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 8
8
from modules .util import Utilities
9
9
10
10
11
- # unstable: for some reason cannot pass in Taskcluster Linux VM
12
- @pytest .mark .unstable
13
11
def test_google_search_counts_us (driver : Firefox ):
14
12
"""
15
13
C1365026, Test Google Search counts - urlbar US
@@ -18,10 +16,11 @@ def test_google_search_counts_us(driver: Firefox):
18
16
nav = Navigation (driver ).open ()
19
17
nav .search ("festival" )
20
18
sleep (5 )
21
- about_telemetry = AboutTelemetry (driver ).open ()
22
19
u = Utilities ()
23
20
24
21
# Click on Raw JSON, switch tab and click on Raw Data
22
+ about_telemetry = AboutTelemetry (driver ).open ()
23
+ sleep (2 )
25
24
about_telemetry .get_element ("category-raw" ).click ()
26
25
about_telemetry .switch_tab ()
27
26
about_telemetry .get_element ("rawdata-tab" ).click ()
You can’t perform that action at this time.
0 commit comments