Skip to content

Commit

Permalink
test: Wait for everything to be there before keyboard navigation
Browse files Browse the repository at this point in the history
This might remove a flake.
  • Loading branch information
mvollmer committed Oct 14, 2024
1 parent 06995fd commit 6e6015b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/verify/check-shell-menu
Original file line number Diff line number Diff line change
Expand Up @@ -175,6 +175,7 @@ class TestMenu(testlib.MachineCase):
# reset
b.reload()
b.wait_visible("#hosts-sel")
b.wait_text("#super-user-indicator", "Administrative access")

# press Tab twice → "Skip main navigation" skiplink
b.key("Tab")
Expand Down

0 comments on commit 6e6015b

Please sign in to comment.