Run scroll-restore e2e locally; enable admin review smoke on CI.
CI / skip-ci-check (pull_request) Successful in 38s
CI / python-lint (pull_request) Successful in 36s
CI / docker-ci (pull_request) Successful in 37s
CI / secret-scan (pull_request) Successful in 42s
CI / viewer-unit (pull_request) Successful in 2m0s
CI / e2e (pull_request) Successful in 1m46s
CI / admin-unit (pull_request) Successful in 2m7s
CI / skip-ci-check (pull_request) Successful in 38s
CI / python-lint (pull_request) Successful in 36s
CI / docker-ci (pull_request) Successful in 37s
CI / secret-scan (pull_request) Successful in 42s
CI / viewer-unit (pull_request) Successful in 2m0s
CI / e2e (pull_request) Successful in 1m46s
CI / admin-unit (pull_request) Successful in 2m7s
CI-only skip for scroll-restore (passes on DEV). Admin uses API token seed.
This commit is contained in:
@@ -12,7 +12,7 @@ const TokenResponse = z.object({
|
||||
* FastAPI-admin UI smoke: core review workflows load without error.
|
||||
* Uses E2E_API_USERNAME/PASSWORD (admin FastAPI user — not NextAuth viewer creds).
|
||||
*/
|
||||
test.describe.skip('admin review pages @smoke', () => {
|
||||
test.describe('admin review pages @smoke', () => {
|
||||
const adminBaseUrl = process.env.PLAYKIT_ADMIN_BASE_URL || DEFAULT_ADMIN_BASE_URL;
|
||||
|
||||
test('identify, auto-match, and approve pages load for admin', async ({
|
||||
|
||||
@@ -1,8 +1,9 @@
|
||||
import { test, expect } from '../fixtures';
|
||||
import { BUDGET_MS, expectWithinBudget } from '../timing-budgets';
|
||||
|
||||
test.describe.skip('gallery scroll restore @smoke', () => {
|
||||
test.describe('gallery scroll restore @smoke', () => {
|
||||
test('closing photo modal restores scroll position', async ({ page, playkitConfig, timings }) => {
|
||||
test.skip(!!process.env.CI, 'Headless CI runner scroll timing differs — run locally against DEV');
|
||||
await timings.measure('open_gallery', async () => {
|
||||
await page.goto(`${playkitConfig.baseUrl}/`);
|
||||
await expect(
|
||||
|
||||
Reference in New Issue
Block a user