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 58a0f01 commit dce6168Copy full SHA for dce6168
py/test/selenium/webdriver/common/fedcm_tests.py
@@ -24,6 +24,8 @@
24
@pytest.mark.xfail_firefox(reason="FedCM not supported")
25
@pytest.mark.xfail_ie(reason="FedCM not supported")
26
@pytest.mark.xfail_remote(reason="FedCM not supported, since remote uses Firefox")
27
+@pytest.mark.xfail_chrome(reason="FedCM supported but test suite needs to support secure webserver")
28
+@pytest.mark.xfail_edge(reason="FedCM supported but test suite needs to support secure webserver")
29
class TestFedCM:
30
@pytest.fixture(autouse=True)
31
def setup(self, driver, webserver):
0 commit comments