Skip to content

Commit 49a1933

Browse files
authored
Merge pull request #103 from mozilla/hy/stabilize_test_google_search_counts_us
hy/stabilize_test_google_search_counts_us
2 parents 92f1573 + 4ab518e commit 49a1933

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
@@ -8,8 +8,6 @@
88
from modules.util import Utilities
99

1010

11-
# unstable: for some reason cannot pass in Taskcluster Linux VM
12-
@pytest.mark.unstable
1311
def test_google_search_counts_us(driver: Firefox):
1412
"""
1513
C1365026, Test Google Search counts - urlbar US
@@ -18,10 +16,11 @@ def test_google_search_counts_us(driver: Firefox):
1816
nav = Navigation(driver).open()
1917
nav.search("festival")
2018
sleep(5)
21-
about_telemetry = AboutTelemetry(driver).open()
2219
u = Utilities()
2320

2421
# Click on Raw JSON, switch tab and click on Raw Data
22+
about_telemetry = AboutTelemetry(driver).open()
23+
sleep(2)
2524
about_telemetry.get_element("category-raw").click()
2625
about_telemetry.switch_tab()
2726
about_telemetry.get_element("rawdata-tab").click()

0 commit comments

Comments
 (0)