VULN UPGRADE: minor upgrades — 12 packages (minor: 2 · patch: 10) [web-frontend] #520
docker-compose-integration.yml
on: pull_request
docker-compose-integration
11m 56s
Annotations
4 errors and 1 notice
|
[admin] › tests/admin/print-station.spec.ts:33:7 › Print Station - Printer Queue Display › printer cards show status badge:
e2e/tests/admin/print-station.spec.ts#L53
3) [admin] › tests/admin/print-station.spec.ts:33:7 › Print Station - Printer Queue Display › printer cards show status badge
Error: expect(locator).toBeVisible() failed
Locator: getByText('No printers registered for this event yet.')
Expected: visible
Timeout: 5000ms
Error: element(s) not found
Call log:
- Expect "toBeVisible" with timeout 5000ms
- waiting for getByText('No printers registered for this event yet.')
51 |
52 | // Should show empty state
> 53 | await expect(printStation.emptyState).toBeVisible();
| ^
54 | return;
55 | }
56 |
at /home/runner/work/stickerlandia/stickerlandia/e2e/tests/admin/print-station.spec.ts:53:45
|
|
[auth] › tests/auth/registration.spec.ts:15:7 › Registration Flow › new user can register and access dashboard:
e2e/fixtures/post-login-validation.ts#L52
2) [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
2) [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
|
|
[setup] › tests/auth/auth.setup.ts:6:6 › authenticate:
e2e/fixtures/auth.fixture.ts#L139
1) [setup] › tests/auth/auth.setup.ts:6:6 › authenticate ─────────────────────────────────────────
TimeoutError: locator.waitFor: Timeout 15000ms exceeded.
Call log:
- waiting for getByText(/Welcome Back/i) to be visible
at ../fixtures/auth.fixture.ts:139
137 | // Wait for actual dashboard content (not just the hidden main element)
138 | // The dashboard shows "Welcome Back" when user data is loaded
> 139 | await page.getByText(/Welcome Back/i).waitFor({ state: 'visible', timeout: 15000 });
| ^
140 | console.log(`[performLogin] Login complete - dashboard content visible`);
141 | }
142 |
at performLogin (/home/runner/work/stickerlandia/stickerlandia/e2e/fixtures/auth.fixture.ts:139:41)
at /home/runner/work/stickerlandia/stickerlandia/e2e/tests/auth/auth.setup.ts:12:3
|
|
🎭 Playwright Run Summary
3 flaky
[setup] › tests/auth/auth.setup.ts:6:6 › authenticate ──────────────────────────────────────────
[auth] › tests/auth/registration.spec.ts:15:7 › Registration Flow › new user can register and access dashboard
[admin] › tests/admin/print-station.spec.ts:33:7 › Print Station - Printer Queue Display › printer cards show status badge
10 skipped
57 passed (3.2m)
|