Skip to content

Commit

Permalink
Ya pasa el login
Browse files Browse the repository at this point in the history
  • Loading branch information
CANCI0 committed Apr 26, 2024
1 parent 74e5cd1 commit 0addae1
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions webapp/e2e/steps/login-form.steps.js
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,12 @@ defineFeature(feature, (test) => {
});

await page.click("button", { text: "Login" });

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

then("The home screen should be shown", async () => {
Expand Down

0 comments on commit 0addae1

Please sign in to comment.