Skip to content

Commit 69e95c2

Browse files
Hani YacoubHani Yacoub
authored andcommitted
Merge branch 'main' into Hani/cm-zooplus-es
2 parents c6f0d20 + 5cfb0c5 commit 69e95c2

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

tests/address_bar_and_search/test_search_suggestions.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@
66
from modules.util import BrowserActions
77

88
# Constants
9-
SEARCH_TERM_SPONSORED = "iphone"
9+
SEARCH_TERM_SPONSORED = "xbox one"
1010
SEARCH_TERM_NON_SPONSORED = "wiki"
11-
RETRY_LIMIT = 5
11+
RETRY_LIMIT = 10
1212

1313

1414
@pytest.fixture()

tests/tabs/test_mute_tabs.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ def add_to_prefs_list():
2626
GHA = environ.get("GITHUB_ACTIONS") == "true"
2727

2828

29+
@pytest.mark.unstable(reason="Bug https://bugzilla.mozilla.org/show_bug.cgi?id=1982379")
2930
@pytest.mark.skipif(GHA, reason="Test unstable in Github Actions")
3031
@pytest.mark.audio
3132
def test_mute_unmute_tab(screenshot, driver: Firefox, video_url: str):

0 commit comments

Comments
 (0)