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