disable welcome-scan-optional-info feature on stage for testing Nimbu… #4397
Annotations
1 error and 1 notice
src/e2e/pages/authPage.ts#L31
1) [firefox] › auth.spec.ts:45:3 › local - Authentication flow verification @smoke › Verify sign in with existing user
Error: page.waitForURL: NS_BINDING_ABORTED
=========================== logs ===========================
waiting for navigation to "**/user/**" until "load"
============================================================
at ../pages/authPage.ts:31
29 | async continue({ waitForURL = "**/*" }) {
30 | await this.continueButton.click();
> 31 | await this.page.waitForURL(waitForURL);
| ^
32 | }
33 |
34 | async enterVerificationCode(code: string) {
at AuthPage.continue (/home/runner/work/blurts-server/blurts-server/src/e2e/pages/authPage.ts:31:21)
at AuthPage.enterPassword (/home/runner/work/blurts-server/blurts-server/src/e2e/pages/authPage.ts:48:5)
at AuthPage.signIn (/home/runner/work/blurts-server/blurts-server/src/e2e/pages/authPage.ts:53:5)
at /home/runner/work/blurts-server/blurts-server/src/e2e/specs/auth.spec.ts:60:5
|
1 flaky
[firefox] › auth.spec.ts:45:3 › local - Authentication flow verification @smoke › Verify sign in with existing user
3 passed (2.8m)
|
This job succeeded
Loading