[draft] ui testing #372
docker-compose-integration.yml
on: pull_request
docker-compose-integration
7m 10s
Annotations
2 errors and 1 notice
|
[auth] › tests/auth/registration.spec.ts:15:7 › Registration Flow › new user can register and access dashboard:
e2e/fixtures/post-login-validation.ts#L52
1) [auth] › tests/auth/registration.spec.ts:15:7 › Registration Flow › new user can register and access dashboard
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
TimeoutError: locator.waitFor: Timeout 20000ms exceeded.
Call log:
- waiting for getByText(/Welcome Back/i) to be visible
at ../fixtures/post-login-validation.ts:52
50 | // Wait for dashboard to fully render after reload
51 | // Wait for actual content rather than container (which may be hidden during loading)
> 52 | await page.getByText(/Welcome Back/i).waitFor({ state: 'visible', timeout: 20000 });
| ^
53 |
54 | // 2. Verify welcome message with user's name is displayed
55 | // Format: "Welcome Back, {name}!"
at validateLoggedInState (/home/runner/work/stickerlandia/stickerlandia/e2e/fixtures/post-login-validation.ts:52:41)
at /home/runner/work/stickerlandia/stickerlandia/e2e/tests/auth/registration.spec.ts:102:5
|
|
[auth] › tests/auth/registration.spec.ts:15:7 › Registration Flow › new user can register and access dashboard:
e2e/fixtures/post-login-validation.ts#L52
1) [auth] › tests/auth/registration.spec.ts:15:7 › Registration Flow › new user can register and access dashboard
TimeoutError: locator.waitFor: Timeout 20000ms exceeded.
Call log:
- waiting for getByText(/Welcome Back/i) to be visible
at ../fixtures/post-login-validation.ts:52
50 | // Wait for dashboard to fully render after reload
51 | // Wait for actual content rather than container (which may be hidden during loading)
> 52 | await page.getByText(/Welcome Back/i).waitFor({ state: 'visible', timeout: 20000 });
| ^
53 |
54 | // 2. Verify welcome message with user's name is displayed
55 | // Format: "Welcome Back, {name}!"
at validateLoggedInState (/home/runner/work/stickerlandia/stickerlandia/e2e/fixtures/post-login-validation.ts:52:41)
at /home/runner/work/stickerlandia/stickerlandia/e2e/tests/auth/registration.spec.ts:102:5
|
|
🎭 Playwright Run Summary
1 flaky
[auth] › tests/auth/registration.spec.ts:15:7 › Registration Flow › new user can register and access dashboard
1 skipped
20 passed (1.5m)
|