Skip to content

Commit 5b75c6d

Browse files
committed
marked xfail for chromium bidi issues
1 parent 6f60704 commit 5b75c6d

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

py/test/selenium/webdriver/common/bidi_network_tests.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,8 @@ def callback(request: Request):
7474
assert driver.find_element(By.NAME, "login").is_displayed(), "Request not continued"
7575

7676

77+
@pytest.mark.xfail_chrome
78+
@pytest.mark.xfail_edge
7779
@pytest.mark.xfail_safari
7880
def test_continue_request(driver, pages):
7981

@@ -86,6 +88,8 @@ def callback(request: Request):
8688
assert driver.find_element(By.NAME, "login").is_displayed(), "Request not continued"
8789

8890

91+
@pytest.mark.xfail_chrome
92+
@pytest.mark.xfail_edge
8993
@pytest.mark.xfail_safari
9094
def test_continue_with_auth(driver):
9195

0 commit comments

Comments
 (0)