Skip to content

Commit

Permalink
A ver si es esto
Browse files Browse the repository at this point in the history
  • Loading branch information
CANCI0 committed Apr 26, 2024
1 parent 1afbafd commit ad17021
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webapp/e2e/steps/login-form.steps.js
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ defineFeature(feature, (test) => {
});

then("The home screen should be shown", async () => {
await page.waitForTimeout(1000);
await page.waitForTimeout(3000);
const url = page.url();
expect(url).toContain("/home");
browser.close();
Expand Down

0 comments on commit ad17021

Please sign in to comment.