Skip to content

Commit

Permalink
fixed typo in method name
Browse files Browse the repository at this point in the history
  • Loading branch information
dvorakjt committed Aug 9, 2024
1 parent 3a00227 commit a74efa9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/__tests__/e2e/homepage_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ def test_hamburger_menu(self):
self.fail('Inner Menu is not displayed!')


def test_hambuerger_menu_items(self):
def test_hamburger_menu_items(self):
"""Test if the hambuger menu contains expected items."""
unordered_lists = self.driver.find_elements(By.TAG_NAME, 'ul')
for ul in enumerate(unordered_lists):
Expand Down

0 comments on commit a74efa9

Please sign in to comment.