fix(deps): vuln minor upgrades — 12 packages (minor: 5 · patch: 7) [sticker-catalogue/infra] #587
docker-compose-integration.yml
on: pull_request
docker-compose-integration
11m 40s
Annotations
2 errors, 1 warning, and 1 notice
|
[admin] › tests/admin/print-station.spec.ts:18:7 › Print Station - Admin Visibility › admin can navigate to print station via sidebar:
e2e/tests/admin/print-station.spec.ts#L25
2) [admin] › tests/admin/print-station.spec.ts:18:7 › Print Station - Admin Visibility › admin can navigate to print station via sidebar
Error: expect(locator).toBeVisible() failed
Locator: getByRole('link', { name: 'Print Station' })
Expected: visible
Timeout: 10000ms
Error: element(s) not found
Call log:
- Expect "toBeVisible" with timeout 10000ms
- waiting for getByRole('link', { name: 'Print Station' })
23 |
24 | const printStationLink = page.getByRole('link', { name: 'Print Station' });
> 25 | await expect(printStationLink).toBeVisible({ timeout: 10000 });
| ^
26 | await printStationLink.click();
27 |
28 | await expect(page).toHaveURL(/\/print-station/);
at /home/runner/work/stickerlandia/stickerlandia/e2e/tests/admin/print-station.spec.ts:25:36
|
|
[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
|
|
docker-compose-integration
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5, actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020, docker/setup-buildx-action@8d2750c68a42422c14e847fe6c8ac0403b4cbd6f. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
🎭 Playwright Run Summary
2 flaky
[setup] › tests/auth/auth.setup.ts:6:6 › authenticate ──────────────────────────────────────────
[admin] › tests/admin/print-station.spec.ts:18:7 › Print Station - Admin Visibility › admin can navigate to print station via sidebar
11 skipped
57 passed (2.5m)
|