Skip to content

Commit 1c18bc5

Browse files
committed
Sleep Test
1 parent 74f48f8 commit 1c18bc5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/password_manager/test_auto_saved_generated_password_context_menu.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ def test_auto_saved_generated_password_context_menu(driver: Firefox):
5252

5353
# Verify the update doorhanger is displayed
5454
with driver.context(driver.CONTEXT_CHROME):
55-
nav.element_clickable("password-notification-key")
55+
sleep(3)
5656
nav.click_on("password-notification-key")
5757
autofill_popup_panel.expect(
5858
lambda _: UPDATE_DOORHANGER_TEXT

0 commit comments

Comments
 (0)