diff --git a/tests/test_webdriver_remote.py b/tests/test_webdriver_remote.py index f8c027a4b..f1ff9210c 100644 --- a/tests/test_webdriver_remote.py +++ b/tests/test_webdriver_remote.py @@ -159,6 +159,9 @@ def test_can_fill_more_than_one_field_in_form(self): # ------- BEGIN OF CLICK PROBLEM TESTS ------- #https://stackoverflow.com/questions/77388720/automation-testing-with-selenium-click-doesnt-works-on-new-safari-17-ios-sonoma + @pytest.mark.xfail + def test_click_element_by_css_selector(self): + super().test_click_element_by_css_selector() @pytest.mark.xfail def test_click_input_by_css_selector(self):