Skip to content

Commit

Permalink
fixed e2eeeeee
Browse files Browse the repository at this point in the history
  • Loading branch information
Pablo-ArgF committed May 2, 2023
1 parent ba915bf commit 2a040d2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion webapp/e2e/steps/add-location.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(15000);
Expand Down
2 changes: 1 addition & 1 deletion webapp/e2e/steps/profile.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

0 comments on commit 2a040d2

Please sign in to comment.