Skip to content

Commit

Permalink
xfail one more click
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrei Medvedev committed Dec 19, 2023
1 parent 6681872 commit 4974467
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tests/test_webdriver_remote.py
Original file line number Diff line number Diff line change
Expand Up @@ -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):
Expand Down

0 comments on commit 4974467

Please sign in to comment.