Skip to content

Commit

Permalink
update check slightly
Browse files Browse the repository at this point in the history
  • Loading branch information
evemartin committed Aug 28, 2024
1 parent d47f89b commit a55d1c8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions game/end_to_end_tests/test_level_selection.py
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,6 @@ def test_redirect_to_levelless_episode(self):
current_url = page.browser.current_url
assert current_url == expected_url

episode_20_header = self.selenium.find_element(By.ID, "episode-20")
episode_20_header = self.selenium.find_element(By.ID, "collapse-20")
episode_20_expanded = episode_20_header.get_attribute("aria-expanded")
assert episode_20_expanded == True
assert episode_20_expanded == "true"

0 comments on commit a55d1c8

Please sign in to comment.