Skip to content

Commit 090d040

Browse files
marked failing tests in scrolling_panning_zooming suite and adding pref to security
1 parent 74747a2 commit 090d040

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

tests/scrolling_panning_zooming/test_zoom_text_only.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ def temp_selectors():
4141

4242

4343
@pytest.mark.ci
44+
@pytest.mark.unstable
4445
def test_zoom_text_only_from_settings(driver: Firefox, temp_selectors):
4546
"""
4647
C545733.1: Verify that ticking the zoom text only box would only affect the scale of text.
@@ -74,6 +75,7 @@ def test_zoom_text_only_from_settings(driver: Firefox, temp_selectors):
7475
about_prefs.click_on("zoom-text-only")
7576

7677

78+
@pytest.mark.unstable
7779
def test_zoom_text_only_after_restart(driver: Firefox, temp_selectors):
7880
"""
7981
C545733.2: Verify that the zoom text only option works after restart

tests/security_and_privacy/conftest.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,6 @@ def add_prefs():
1414
@pytest.fixture()
1515
def set_prefs(add_prefs: dict):
1616
"""Set prefs"""
17-
prefs = []
17+
prefs = [("browser.urlbar.scotchBonnet.enableOverride", True)]
1818
prefs.extend(add_prefs)
1919
return prefs

0 commit comments

Comments
 (0)