Address some of the flaky E2E tests #84
e2e_pr_smoke.yml
on: pull_request
e2e-tests-smoke
5m 9s
Annotations
4 errors and 1 notice
e2e-tests-smoke
Testing stopped early after 1 maximum allowed failures.
|
[firefox] › auth.spec.ts:42:3 › local - Authentication flow verification @smoke › Verify sign in with existing user:
src/e2e/specs/auth.spec.ts#L1
1) [firefox] › auth.spec.ts:42:3 › local - Authentication flow verification @smoke › Verify sign in with existing user
Test timeout of 60000ms exceeded.
|
[firefox] › auth.spec.ts:42:3 › local - Authentication flow verification @smoke › Verify sign in with existing user:
src/e2e/pages/authPage.ts#L33
1) [firefox] › auth.spec.ts:42:3 › local - Authentication flow verification @smoke › Verify sign in with existing user
Error: page.waitForURL: Test timeout of 60000ms exceeded.
=========================== logs ===========================
waiting for navigation to "**/user/**" until "load"
============================================================
at ../pages/authPage.ts:33
31 | async continue({ waitForURL = "**/*" }) {
32 | await this.continueButton.click();
> 33 | await this.page.waitForURL(waitForURL);
| ^
34 | }
35 |
36 | async enterVerificationCode(code: string) {
at AuthPage.continue (/home/runner/work/blurts-server/blurts-server/src/e2e/pages/authPage.ts:33:21)
at AuthPage.enterPassword (/home/runner/work/blurts-server/blurts-server/src/e2e/pages/authPage.ts:50:5)
at AuthPage.signIn (/home/runner/work/blurts-server/blurts-server/src/e2e/pages/authPage.ts:55:5)
at /home/runner/work/blurts-server/blurts-server/src/e2e/specs/auth.spec.ts:57:5
|
e2e-tests-smoke
Process completed with exit code 1.
|
🎭 Playwright Run Summary
1 failed
[firefox] › auth.spec.ts:42:3 › local - Authentication flow verification @smoke › Verify sign in with existing user
21 passed (4.1m)
|
Artifacts
Produced during runtime
Name | Size | |
---|---|---|
playwright-report
Expired
|
558 KB |
|
test-results
Expired
|
77.9 KB |
|