We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 63d69be commit 3035373Copy full SHA for 3035373
py/test/selenium/webdriver/common/bidi_tests.py
@@ -22,6 +22,7 @@
22
23
24
@pytest.mark.xfail_safari
25
+@pytest.mark.xfail_firefox(reason="This is not in release firefox yet")
26
async def test_check_console_messages(driver, pages):
27
pages.load("javascriptPage.html")
28
from selenium.webdriver.common.bidi.console import Console
@@ -31,6 +32,7 @@ async def test_check_console_messages(driver, pages):
31
32
33
34
35
36
async def test_check_error_console_messages(driver, pages):
37
38
0 commit comments