We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5cfb0c5 commit ec752a9Copy full SHA for ec752a9
tests/tabs/test_mute_tabs.py
@@ -1,5 +1,3 @@
1
-from os import environ
2
-
3
import pytest
4
from selenium.webdriver import Firefox
5
from selenium.webdriver.common.by import By
@@ -23,12 +21,8 @@ def add_to_prefs_list():
23
21
return [("network.cookie.cookieBehavior", "2")]
24
22
25
26
-GHA = environ.get("GITHUB_ACTIONS") == "true"
27
28
29
-@pytest.mark.unstable(reason="Bug https://bugzilla.mozilla.org/show_bug.cgi?id=1982379")
30
-@pytest.mark.skipif(GHA, reason="Test unstable in Github Actions")
31
@pytest.mark.audio
+@pytest.mark.headed
32
def test_mute_unmute_tab(screenshot, driver: Firefox, video_url: str):
33
"""C134719, test that tabs can be muted and unmuted"""
34
tabs = TabBar(driver)
0 commit comments