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 7b3005f commit abffd85Copy full SHA for abffd85
py/test/selenium/webdriver/common/bidi_tests.py
@@ -23,7 +23,6 @@
23
24
25
@pytest.mark.xfail_safari
26
-@pytest.mark.xfail_firefox(reason="This is not in release firefox yet")
27
@pytest.mark.xfail_remote
28
async def test_check_console_messages(driver, pages):
29
pages.load("javascriptPage.html")
@@ -34,7 +33,6 @@ async def test_check_console_messages(driver, pages):
34
33
35
36
37
38
39
async def test_check_error_console_messages(driver, pages):
40
0 commit comments