Skip to content

Commit

Permalink
Update menu item to Home because it changed in the UI.
Browse files Browse the repository at this point in the history
  • Loading branch information
marcelovilla committed Feb 18, 2024
1 parent cb9e1ac commit 790e7af
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions tests/common/navigator.py
Original file line number Diff line number Diff line change
Expand Up @@ -413,9 +413,7 @@ def stop_server(self) -> None:
self.page.get_by_text("File", exact=True).click()

with self.context.expect_page() as page_info:
self.page.get_by_role(
"menuitem", name="Hub Control Panel", exact=True
).click()
self.page.get_by_role("menuitem", name="Home", exact=True).click()

home_page = page_info.value
home_page.wait_for_load_state()
Expand Down

0 comments on commit 790e7af

Please sign in to comment.