Skip to content

Commit

Permalink
fix function call, python is not ruby
Browse files Browse the repository at this point in the history
  • Loading branch information
lmtierney committed Jun 23, 2022
1 parent 8576afe commit da30a46
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/browser/wait_tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ def test_is_used_by_wait_until_not(self, browser):
@pytest.mark.usefixtures('default_timeout_handling')
def test_ensures_all_checks_happen_once_even_if_time_has_expired(self, browser):
nerodia.default_timeout = -1
browser.link.click() # Fails if exception is raised
browser.link().click() # Fails if exception is raised


@pytest.mark.page('wait.html')
Expand Down

0 comments on commit da30a46

Please sign in to comment.