test: align career workspace smoke
CI and Deploy / test (pull_request) Successful in 4m20s
CI and Deploy / deploy (pull_request) Has been skipped

This commit is contained in:
cesnimda
2026-08-10 09:26:32 +02:00
parent fa8241f34f
commit 75bf14417c
7 changed files with 30 additions and 17 deletions
@@ -2,7 +2,7 @@
Updated: 2026-08-10
Status: `VERIFIED LOCALLY`. The repository fix is pushed; CI and live deployment verification remain.
Status: `VERIFIED LOCALLY`. Remote run 608 confirms the dependency-audit step passes; the pull-request job then failed on an unrelated stale Career Workspace smoke assertion. Live deployment still requires merge-to-main and production verification.
## Trigger
@@ -24,10 +24,12 @@ The live deployment pipeline failed its frontend dependency audit on five adviso
- `npm.cmd run build`: PASS, production compilation, TypeScript and static generation.
- Resolved versions: `react-router-dom`/`react-router` `7.18.2`, `js-yaml` `3.15.1`, `nanoid` `3.3.18`.
- Commit: `b55a592` (pushed to `release-readiness`).
- Gitea pull-request run 608: `Audit frontend dependencies` PASS; the job advanced through frontend tests and failed later at `Test browser smoke flows` because `e2e/smoke.spec.ts` still expected intentionally removed page copy.
- Corrected smoke assertion: full local Playwright suite 4/4 passed against disposable local API/frontend data.
## Remaining gate
Confirm the repository CI dependency-audit job and subsequent live deployment complete from the pushed commit. No production access or deployment was performed in this session.
Confirm a new pull-request run passes end to end, then merge/deploy from `main` and run production route smoke. No production access or deployment was performed in this session.
## Rollback