Skip to content

Commit

Permalink
fix(e2e): add delay to mobile main menu test
Browse files Browse the repository at this point in the history
  • Loading branch information
elbotho committed Jan 23, 2024
1 parent afa8f5a commit dc78114
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions e2e-tests/tests/000-general.mobile.ts
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ Scenario('Main Menu @mobile', async ({ I }) => {
I.see('Zusammenarbeit', 'nav[aria-label="Main"]')

// and close
I.wait(1) // entry can't be closed immediately after it's been opened
I.click('Mitmachen', 'nav[aria-label="Main"]')
I.dontSee('Überprüfe Bearbeitungen', 'nav[aria-label="Main"]')

Expand Down

0 comments on commit dc78114

Please sign in to comment.