Skip to content

Commit 933de81

Browse files
committed
disable busted suggestion test; wait for elements in passman
1 parent da8da26 commit 933de81

File tree

3 files changed

+4
-0
lines changed

3 files changed

+4
-0
lines changed

tests/address_bar_and_search/test_search_suggestions.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@ def test_case():
1919
return "3029158"
2020

2121

22+
# Bug https://bugzilla.mozilla.org/show_bug.cgi?id=1972726
23+
@pytest.mark.unstable
2224
def test_search_suggests_enabled(driver: Firefox):
2325
"""
2426
C1618400: Firefox Suggest displays sponsored and non-sponsored suggestions when enabled in Preferences

tests/password_manager/test_changes_made_in_edit_mode_are_saved.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ def test_changes_made_in_edit_mode_are_saved(driver: Firefox):
3434
}
3535
)
3636
# Click the "Edit" button
37+
about_logins.element_visible("edit-login")
3738
about_logins.click_on("edit-login")
3839

3940
# Change username and the password

tests/password_manager/test_saved_hyperlink_redirects_to_corresponding_page.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ def test_saved_hyperlink_redirects_to_corresponding_page(driver: Firefox):
4040
)
4141

4242
# Click on the hyperlink website
43+
about_logins.element_visible("website-address")
4344
about_logins.click_on("website-address")
4445
about_logins.switch_to_new_tab()
4546
about_logins.url_contains("mozilla.github")

0 commit comments

Comments
 (0)