Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
evemartin committed Aug 30, 2024
1 parent 8f710f8 commit 5e3b42c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion game/end_to_end_tests/test_level_editor.py
Original file line number Diff line number Diff line change
Expand Up @@ -303,7 +303,7 @@ def test_pigeon(self):
ActionChains(self.selenium).drag_and_drop(source_cow, end_space).perform()

cow = self.selenium.find_elements(By.XPATH, "//image[contains(@href, 'Clarice')]")
assert that len(cow) == 1
assert len(cow) == 1

Select(self.selenium.find_element(By.ID, "theme_select")).select_by_value(
"city"
Expand Down

0 comments on commit 5e3b42c

Please sign in to comment.