Skip to content

Commit 1878df0

Browse files
Hani YacoubHani Yacoub
authored andcommitted
Adding time sleep to stabilize the test, removing unstable mark
1 parent 944254f commit 1878df0

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

tests/address_bar_and_search/test_google_search_counts_us.py

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,6 @@ def add_prefs():
1515
]
1616

1717

18-
# unstable: for some reason cannot pass in Taskcluster Linux VM
19-
@pytest.mark.unstable
2018
def test_google_search_counts_us(driver: Firefox):
2119
"""
2220
C1365026, Test Google Search counts - urlbar US
@@ -25,10 +23,11 @@ def test_google_search_counts_us(driver: Firefox):
2523
nav = Navigation(driver).open()
2624
nav.search("festival")
2725
time.sleep(5)
28-
about_telemetry = AboutTelemetry(driver).open()
2926
u = Utilities()
3027

3128
# Click on Raw JSON, switch tab and click on Raw Data
29+
about_telemetry = AboutTelemetry(driver).open()
30+
time.sleep(2)
3231
about_telemetry.get_element("category-raw").click()
3332
about_telemetry.switch_tab()
3433
about_telemetry.get_element("rawdata-tab").click()

0 commit comments

Comments
 (0)