Skip to content

Commit

Permalink
debug tests
Browse files Browse the repository at this point in the history
  • Loading branch information
evemartin committed Apr 25, 2024
1 parent 9d1d944 commit eb25d9b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion game/end_to_end_tests/game_page.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ def __init__(self, browser):

assert self.on_correct_page("game_page")

self._dismiss_initial_dialog()
self.browser.execute_script("ocargo.animation.FAST_ANIMATION_DURATION = 1;")
self._dismiss_initial_dialog()

def _dismiss_initial_dialog(self):
self.dismiss_dialog("play_button")
Expand Down

0 comments on commit eb25d9b

Please sign in to comment.