Skip to content

Commit

Permalink
chore: increase timeout for identity verification button visibility
Browse files Browse the repository at this point in the history
  • Loading branch information
kneerose committed Dec 20, 2024
1 parent a478bfb commit 0fd8fe5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/govtool-frontend/playwright/lib/helpers/auth.ts
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ export async function createAuthWithUserName({

const proposalDiscussionPage = new ProposalDiscussionPage(page);
await proposalDiscussionPage.goto();
await proposalDiscussionPage.verifyIdentityBtn.click();
await proposalDiscussionPage.verifyIdentityBtn.click({ timeout: 15_000 });

await proposalDiscussionPage.setUsername(mockValid.username());

Expand Down

0 comments on commit 0fd8fe5

Please sign in to comment.