Skip to content

Commit

Permalink
Prueba
Browse files Browse the repository at this point in the history
  • Loading branch information
iyanfdezz committed Apr 26, 2024
1 parent 2b07b39 commit 7e2fc0e
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions webapp/e2e/steps/play-battery.steps.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,16 +18,12 @@ defineFeature(feature, (test) => {

await page.goto("http://localhost:3000", {
waitUntil: "networkidle0",
});
}).catch(() => {});

await page.evaluate(() => {
localStorage.setItem("username","testuser");
localStorage.setItem("token","abcdefg");
});

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

await page.setRequestInterception(true);
page.on('request', (req) => {
Expand Down

0 comments on commit 7e2fc0e

Please sign in to comment.