Skip to content

Commit

Permalink
debug test
Browse files Browse the repository at this point in the history
  • Loading branch information
evemartin committed May 23, 2024
1 parent 5f9d16d commit 914feb8
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 @@ -136,7 +136,7 @@ def run_retry_program(self):
return self

def run_custom_level_program(self):
self.run_program()
self.run_program("close_button")
modal_content = self.browser.find_element(By.ID, "modal-content").text
assert_that(modal_content, not(contains_string("Algorithm score:")))
return self
Expand Down

0 comments on commit 914feb8

Please sign in to comment.