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
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:
@@ -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);
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user