Skip to content

Commit

Permalink
test: added timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
GOLASOOO committed May 5, 2024
1 parent be0f636 commit 0477e46
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions webapp/e2e/steps/login_positive.steps.js
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ defineFeature(feature, test => {

// Logging it out
await expect(page).toClick("#lateralMenuButton");
await new Promise(resolve => setTimeout(resolve, 6000));
await expect(page).toClick("button[data-testid='LogOut']");

}, 120000);
Expand Down

0 comments on commit 0477e46

Please sign in to comment.