fix(deps): vuln minor upgrades — 12 packages (minor: 5 · patch: 7) [print-service/infra] #586
docker-compose-integration.yml
on: pull_request
docker-compose-integration
10m 36s
Annotations
1 error, 1 warning, 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
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
|
|
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
1 flaky
[auth] › tests/auth/registration.spec.ts:15:7 › Registration Flow › new user can register and access dashboard
10 skipped
59 passed (2.1m)
|