File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed
tests/address_bar_and_search Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -15,8 +15,6 @@ def add_prefs():
15
15
]
16
16
17
17
18
- # unstable: for some reason cannot pass in Taskcluster Linux VM
19
- @pytest .mark .unstable
20
18
def test_google_search_counts_us (driver : Firefox ):
21
19
"""
22
20
C1365026, Test Google Search counts - urlbar US
@@ -25,10 +23,11 @@ def test_google_search_counts_us(driver: Firefox):
25
23
nav = Navigation (driver ).open ()
26
24
nav .search ("festival" )
27
25
time .sleep (5 )
28
- about_telemetry = AboutTelemetry (driver ).open ()
29
26
u = Utilities ()
30
27
31
28
# Click on Raw JSON, switch tab and click on Raw Data
29
+ about_telemetry = AboutTelemetry (driver ).open ()
30
+ time .sleep (2 )
32
31
about_telemetry .get_element ("category-raw" ).click ()
33
32
about_telemetry .switch_tab ()
34
33
about_telemetry .get_element ("rawdata-tab" ).click ()
You can’t perform that action at this time.
0 commit comments