Skip to content

Commit

Permalink
one final test fix
Browse files Browse the repository at this point in the history
  • Loading branch information
lmtierney committed Jun 23, 2022
1 parent 5e7051a commit 956a834
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/browser/wait_tests.py
Expand Up @@ -302,7 +302,7 @@ def test_raises_exception_on_parent_never_present(self, browser):
def test_raises_exception_on_element_from_collection_parent_never_present(self, browser):
element = browser.link(id='not_there')
with pytest.raises(UnknownObjectException):
element.elements[2].click()
element.elements()[2].click()

@pytest.mark.usefixtures('default_timeout_handling')
def test_does_not_wait_for_element_to_be_present_when_querying_child_element(self, browser):
Expand Down

0 comments on commit 956a834

Please sign in to comment.