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 cd2fe05 commit 71fd28fCopy full SHA for 71fd28f
tests/address_bar_and_search/test_google_search_counts_us.py
@@ -1,12 +1,14 @@
1
import time
2
+import pytest
3
from selenium.webdriver import Firefox
4
5
from modules.browser_object_about_telemetry import AboutTelemetry
6
from modules.browser_object_navigation import Navigation
7
8
from modules.util import Utilities
9
-
10
+# unstable: for some reason cannot pass in Taskcluster Linux VM
11
+@pytest.mark.unstable
12
def test_google_search_counts_us(driver: Firefox):
13
"""
14
C1365026, Test Google Search counts - urlbar US
0 commit comments