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 e34bdd5 commit 511c13bCopy full SHA for 511c13b
tests/security_and_privacy/test_tracking_content_custom_mode.py
@@ -16,7 +16,6 @@ def test_blocked_tracking_content(driver: Firefox):
16
about_prefs = AboutPrefs(driver, category="privacy").open()
17
tracker_panel = TrackerPanel(driver)
18
19
- about_prefs.set_etp_custom_mode()
20
about_prefs.set_etp_custom_mode_options(["tracking"])
21
about_prefs.get_element("tracking-in-all-windows").click()
22
@@ -37,7 +36,6 @@ def test_allowed_tracking_content(driver: Firefox):
37
36
38
39
40
41
42
43
driver.get(Tracker_URL)
0 commit comments