Skip to content

Commit

Permalink
Fix the typo
Browse files Browse the repository at this point in the history
  • Loading branch information
M1troll committed Jan 20, 2025
1 parent 2c6bfbf commit b2f2775
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion demo/pages/help_page.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ def open(
from demo.pages.index_page import IndexPage

# Reusing already implemented methods of opening a page instead of
# overriding `app_root` allows us to be independent from URK changes:
# overriding `app_root` allows us to be independent from URL changes:
# we move from one page to another, interacting with the page as the
# user does.
return IndexPage.open(webdriver, app_root=app_root).navbar.open_help()
Expand Down

0 comments on commit b2f2775

Please sign in to comment.