Skip to content

Commit

Permalink
Add test click to xfail
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrei Medvedev committed Dec 21, 2023
1 parent c250ba7 commit 6737d17
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tests/test_webdriver_remote.py
Original file line number Diff line number Diff line change
Expand Up @@ -203,6 +203,10 @@ def test_clicking_submit_input_posts_input_value_if_value_present(self):
def test_submiting_a_form_and_verifying_page_content(self):
super().test_submiting_a_form_and_verifying_page_content()

@pytest.mark.xfail
def test_click_links(self):
super().test_click_links()

# ------- END OF CLICK PROBLEM TESTS -------
# ------- START OF TYPE PROBLEM TESTS -------
@pytest.mark.xfail
Expand Down

0 comments on commit 6737d17

Please sign in to comment.