Skip to content

Commit

Permalink
Update login.steps.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
gitblanc committed May 2, 2023
1 parent 758b5fa commit 4f995ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webapp/e2e/steps/login.steps.ts
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ defineFeature(feature, (test) => {
}
);
await expect(page).toClick("button", { text: "Log In" });
await delay(3000);
await delay(10000);
});

then("I should see the logout button", async () => {
Expand Down

0 comments on commit 4f995ff

Please sign in to comment.