Skip to content

Commit

Permalink
update tests e2e final
Browse files Browse the repository at this point in the history
  • Loading branch information
Pablo-ArgF committed May 2, 2023
1 parent c9b3c93 commit 99e6f06
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion webapp/e2e/steps/add-friend.steps.ts
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ defineFeature(feature, test => {
await page.click('#login')

await page.waitForNavigation(); // wait for the redirect
// await page.waitForTimeout(30000); // wait for 25 seconds (load locations??)
await page.waitForTimeout(15000);
await expect(page).toClick("button", {text:"Close"});

await page.waitForTimeout(8000);
Expand Down
1 change: 1 addition & 0 deletions webapp/e2e/steps/menu.steps.ts
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ defineFeature(feature, test => {
await page.click('#login')

await page.waitForNavigation(); // wait for the redirect
await page.waitForTimeout(15000);
await expect(page).toClick("button", {text:"Close"});
await page.waitForTimeout(8000);

Expand Down

0 comments on commit 99e6f06

Please sign in to comment.