Skip to content

Commit

Permalink
Bump CAPTCHA timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
nmattia committed Nov 29, 2021
1 parent d487407 commit 4bf0b3c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/frontend/src/test-e2e/views.ts
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ export class RegisterView extends View {
}

async confirmRegisterConfirm(): Promise<void> {
await this.browser.$("#captchaInput").waitForEnabled({ timeout: 30_000 });
await this.browser.$("#captchaInput").waitForEnabled({ timeout: 40_000 });
// In tests, the captchas are hard-coded to the following string: "a"
await this.browser.$("#captchaInput").setValue("a");
await this.browser
Expand Down

0 comments on commit 4bf0b3c

Please sign in to comment.