Skip to content

Commit abffd85

Browse files
[py] Enable bidi tests for Firefox 86+
1 parent 7b3005f commit abffd85

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

py/test/selenium/webdriver/common/bidi_tests.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@
2323

2424

2525
@pytest.mark.xfail_safari
26-
@pytest.mark.xfail_firefox(reason="This is not in release firefox yet")
2726
@pytest.mark.xfail_remote
2827
async def test_check_console_messages(driver, pages):
2928
pages.load("javascriptPage.html")
@@ -34,7 +33,6 @@ async def test_check_console_messages(driver, pages):
3433

3534

3635
@pytest.mark.xfail_safari
37-
@pytest.mark.xfail_firefox(reason="This is not in release firefox yet")
3836
@pytest.mark.xfail_remote
3937
async def test_check_error_console_messages(driver, pages):
4038
pages.load("javascriptPage.html")

0 commit comments

Comments
 (0)