summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/mozilla/tests/webdriver/harness/preferences.py
blob: b5cf36bd5ea533903dd025963ad48f99c6103b8a (plain)
1
2
3
4
5
6
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