Skip to content

Commit

Permalink
testing
Browse files Browse the repository at this point in the history
  • Loading branch information
evemartin committed Apr 26, 2024
1 parent 0a0ce27 commit 1295f1f
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 @@ -18,11 +18,11 @@
class GamePage(BasePage):
def __init__(self, browser):
super(GamePage, self).__init__(browser)
self.browser.execute_script("ocargo.animation.FAST_ANIMATION_DURATION = 1;")

assert self.on_correct_page("game_page")

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

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

0 comments on commit 1295f1f

Please sign in to comment.