Skip to content

Commit d4a8fcf

Browse files
committed
fix prefs; lint unlinted test
1 parent f95867a commit d4a8fcf

File tree

2 files changed

+7
-4
lines changed

2 files changed

+7
-4
lines changed

tests/address_bar_and_search/test_google_search_counts_us.py

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,13 @@
88
from modules.util import Utilities
99

1010

11+
@pytest.fixture()
12+
def add_prefs():
13+
return [
14+
("browser.search.region", "US"),
15+
]
16+
17+
1118
# unstable: for some reason cannot pass in Taskcluster Linux VM
1219
@pytest.mark.unstable
1320
def test_google_search_counts_us(driver: Firefox):

tests/find_toolbar/test_find_in_pdf.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,4 @@
1-
import logging
2-
from time import sleep
3-
41
from selenium.webdriver import Firefox
5-
from selenium.webdriver.common.keys import Keys
62

73
from modules.browser_object import FindToolbar
84
from modules.page_base import BasePage

0 commit comments

Comments
 (0)