We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e9722c7 commit 5e9e2f0Copy full SHA for 5e9e2f0
tests/address_bar_and_search/test_google_search_counts_us.py
@@ -21,7 +21,7 @@ def test_google_search_counts_us(driver: Firefox):
21
22
# Click on Raw JSON, switch tab and click on Raw Data
23
about_telemetry = AboutTelemetry(driver).open()
24
- sleep(2)
+ sleep(5)
25
about_telemetry.get_element("category-raw").click()
26
about_telemetry.switch_tab()
27
about_telemetry.get_element("rawdata-tab").click()
0 commit comments