Skip to content

Commit

Permalink
attempt fix syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
evemartin committed Aug 27, 2024
1 parent dd9a5c9 commit 2109ad8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion game/end_to_end_tests/test_level_selection.py
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ def test_redirect_to_levelless_episode(self):
expected_url = levels_page.browser.current_url

page = self.go_to_level("41", True)
assert WebDriverWait(self.browser, 10).until(
assert WebDriverWait(self.selenium, 10).until(
EC.element_to_be_clickable((By.ID, "next_button"))
)
page.browser.find_element(By.ID, "next_button").click()
Expand Down

0 comments on commit 2109ad8

Please sign in to comment.