diff --git a/py/test/selenium/webdriver/common/bidi_storage_tests.py b/py/test/selenium/webdriver/common/bidi_storage_tests.py index abb67431e0a5f..01fb375f7c39a 100644 --- a/py/test/selenium/webdriver/common/bidi_storage_tests.py +++ b/py/test/selenium/webdriver/common/bidi_storage_tests.py @@ -263,7 +263,6 @@ def test_add_and_get_cookie(self, driver, pages, webserver): assert key.user_context is not None assert key.user_context == "default" - @pytest.mark.xfail_edge def test_get_all_cookies(self, driver, pages, webserver): """Test getting all cookies.""" assert_no_cookies_are_present(driver)