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 6f60704 commit 5b75c6dCopy full SHA for 5b75c6d
py/test/selenium/webdriver/common/bidi_network_tests.py
@@ -74,6 +74,8 @@ def callback(request: Request):
74
assert driver.find_element(By.NAME, "login").is_displayed(), "Request not continued"
75
76
77
+@pytest.mark.xfail_chrome
78
+@pytest.mark.xfail_edge
79
@pytest.mark.xfail_safari
80
def test_continue_request(driver, pages):
81
@@ -86,6 +88,8 @@ def callback(request: Request):
86
88
87
89
90
91
92
93
94
def test_continue_with_auth(driver):
95
0 commit comments