Add a basic tauri e2e test on Linux (#923)
* WIP e2e test * Working test on Linux * Clean up * Add to CI * Fix * Install tauri-driver * Migrate to ubuntu-latest * Add button check and click * Update name * Separate job for e2e test * Fix path * Fix perms * Fix perms * Single build-test-apps job * Lint wdio file
This commit is contained in:
@ -67,6 +67,7 @@ const SignIn = () => {
|
||||
onClick={signInTauri}
|
||||
icon={{ icon: faSignInAlt }}
|
||||
className="w-fit mt-4"
|
||||
id="signin"
|
||||
>
|
||||
Sign in
|
||||
</ActionButton>
|
||||
|
Reference in New Issue
Block a user