Skip to content

Commit

Permalink
con timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
CANCI0 committed Apr 26, 2024
1 parent 3313ad7 commit 369bec1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webapp/e2e/steps/logout.steps.js
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ defineFeature(feature, (test) => {
});

when("I click on the Logout link", async () => {
await page.waitForTimeout(1000);
await page.waitForTimeout(10000);
await page.click('#menu-button-\\:r3\\:');
await page.waitForSelector('#menu-list-\\:r3\\:-menuitem-\\:r9\\:');
await page.click('#menu-list-\\:r3\\:-menuitem-\\:r9\\:');
Expand Down

0 comments on commit 369bec1

Please sign in to comment.