-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix linux autofill CI failures (#378)
* lengthen timeouts for xfail tests in autofill * restrict tc runs * find error details * fill with different function * try screenshots * moar screenshots * moar screenshots * add one sleep * wait for confirmation on cc save * wait for popup to go away * try a hard wait when filling out autofill forms * detach from autofill class methods * skip unnecessary screenshots * more screenshots mid flight * defactor some more * get the source * wait for chrome? * write chrome to artifacts * wait for chrome context, then log * hide autofill menu? * try a new tab? * try headed * try with wayland mode disabled * try with wayland mode disabled * try with wayland mode disabled * try with wayland mode explicitly enabled * try wayland-specific stuff * lint * wayland enable + headed * get documentURI * try 2404 wayland the bad way * try 2404 wayland the bad way * try 2404 wayland the hard way * don't default to pynput import * don't default to pynput import * try headless * try a different way of clicking save * revert everything but the selector * try to fix fullscreen shot on linux * try to fix fullscreen shot on linux 2 * fix linux screenshot * fix with no-save pref * fix with CI setup * try new unlock logic * try bypassing keyring with env vars * try on relsre image * try on relsre image * merge main and rerun on relsre image * force autofill rerun * prove that keyring is still the problem * get pids * write pids to file * try to actually set a password * try to actually set a password * kill keyring daemon and restart with silly password * new meaningless change * what is in the CI list? * fix choose script again * remove xfails * doc
- Loading branch information
1 parent
2f25351
commit 1be39f3
Showing
15 changed files
with
36 additions
and
30 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,7 @@ | ||
import pytest | ||
|
||
# new meaningless change, once again | ||
|
||
|
||
@pytest.fixture() | ||
def suite_id(): | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters