Skip to content

Commit b3cb826

Browse files
authored
Merge pull request #778 from mozilla/tracy/disable-test-bug-1958537
tracy/ Disable refresh_firefox_dialog
2 parents 607c70a + 7a89b91 commit b3cb826

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

tests/address_bar_and_search/test_refresh_firefox_dialog.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,14 @@ def test_case():
1313
return "3028765"
1414

1515

16+
@pytest.mark.unstable(
17+
reason="Fx change landed: bug 1958537, we're tracking in bug 1958537"
18+
)
1619
def test_refresh_firefox_dialog(driver: Firefox):
1720
"""
1821
C2914620 - Verify that the 'Refresh Firefox' dialog appears from the address bar.
1922
"""
2023
nav = Navigation(driver)
21-
nav.set_awesome_bar()
2224
nav.type_in_awesome_bar(SEARCH_QUERY)
2325

2426
nav.click_on(REFRESH_BUTTON_ID)

0 commit comments

Comments
 (0)