summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/mozilla/tests/webdriver/harness/preferences.py
diff options
context:
space:
mode:
Diffstat (limited to 'testing/web-platform/mozilla/tests/webdriver/harness/preferences.py')
-rw-r--r--testing/web-platform/mozilla/tests/webdriver/harness/preferences.py6
1 files changed, 0 insertions, 6 deletions
diff --git a/testing/web-platform/mozilla/tests/webdriver/harness/preferences.py b/testing/web-platform/mozilla/tests/webdriver/harness/preferences.py
deleted file mode 100644
index b5cf36bd5e..0000000000
--- a/testing/web-platform/mozilla/tests/webdriver/harness/preferences.py
+++ /dev/null
@@ -1,6 +0,0 @@
-from support.fixtures import get_pref
-
-
-def test_recommended_preferences(session):
- has_recommended_prefs = get_pref(session, "remote.prefs.recommended")
- assert has_recommended_prefs is True