Enable Sprint D e2e: API-seeded admin session, un-skip vitals/scroll.
CI / skip-ci-check (pull_request) Successful in 31s
CI / docker-ci (pull_request) Successful in 32s
CI / secret-scan (pull_request) Successful in 36s
CI / python-lint (pull_request) Successful in 34s
CI / admin-unit (pull_request) Successful in 55s
CI / viewer-unit (pull_request) Successful in 1m57s
CI / e2e (pull_request) Failing after 2m42s

Admin review smoke seeds localStorage from FastAPI login instead of the
login form — fixes CI flakes on the shared runner.
This commit is contained in:
2026-08-04 23:13:48 -04:00
parent 7bcf787d85
commit db30ba9de9
3 changed files with 30 additions and 8 deletions
+1 -1
View File
@@ -7,7 +7,7 @@ import {
readWebVitals,
} from '../web-vitals-budgets';
test.describe.skip('viewer web vitals @smoke', () => {
test.describe('viewer web vitals @smoke', () => {
test.beforeEach(async ({ page }) => {
await installWebVitalsCollector(page);
});