Skip to content

Commit

Permalink
Merge branch 'e2e-fixes' of https://github.com/Arquisoft/wiq_es1a int…
Browse files Browse the repository at this point in the history
…o e2e-fixes
  • Loading branch information
iyanfdezz committed Apr 26, 2024
2 parents 7e2fc0e + 7d43f95 commit ec5b8a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webapp/e2e/steps/play-calculator.steps.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ defineFeature(feature, (test) => {
localStorage.setItem("token","abcdefg");
});

await page.goto("http://localhost:3000/home/calculadora", {
await page.goto("http://localhost:3000/home/", {
waitUntil: "networkidle0",
});

Expand Down

0 comments on commit ec5b8a0

Please sign in to comment.