Skip to content

Commit c9249e1

Browse files
committed
vs/cookie-test-stabilization
1 parent de2f299 commit c9249e1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/preferences/test_clear_cookie_data.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
def test_case():
1414
return "143627"
1515

16-
16+
WEBSITE_ADDRESS = "https://www.wikipedia.com"
1717
WIN_GHA = environ.get("GITHUB_ACTIONS") == "true" and sys.platform.startswith("win")
1818

1919

@@ -35,7 +35,7 @@ def test_clear_cookie_data(driver: Firefox):
3535
wait = WebDriverWait(driver, 10, poll_frequency=0.5)
3636

3737
# Visit a site to get a cookie added to saved data
38-
driver.get("https://www.wikipedia.com")
38+
driver.get(WEBSITE_ADDRESS)
3939

4040
# Navigate to the clear data dialog of about:preferences#privacy
4141
# Check for a non-zero value of the 'Cookies and site data' option

0 commit comments

Comments
 (0)