Add People hub, Phase 5 junk reject, cluster-name, a11y smoke.
CI / skip-ci-check (pull_request) Successful in 30s
CI / python-lint (pull_request) Successful in 32s
CI / docker-ci (pull_request) Successful in 31s
CI / secret-scan (pull_request) Successful in 39s
CI / viewer-unit (pull_request) Successful in 1m44s
CI / admin-unit (pull_request) Successful in 2m1s
CI / e2e (pull_request) Failing after 2m2s

Nest Identify/Auto-Match/Modify under /people with redirects; reject
blur/extreme pose at Process; Name-cluster on Identify; axe smoke tests;
helpers to rotate DEV admin password and seed match_decisions.
This commit is contained in:
2026-08-05 14:24:28 -04:00
parent eb2c73a757
commit e8c13f86d7
18 changed files with 586 additions and 31 deletions
+2 -2
View File
@@ -52,7 +52,7 @@ test.describe('admin review pages @smoke', () => {
expectWithinBudget(timings, 'admin_login', BUDGET_MS.uiLogin);
await timings.measure('admin_identify', async () => {
await page.goto(`${adminBaseUrl}/identify`);
await page.goto(`${adminBaseUrl}/people/identify`);
await expect(page.getByRole('heading', { name: /Identify/i })).toBeVisible({
timeout: 20_000,
});
@@ -61,7 +61,7 @@ test.describe('admin review pages @smoke', () => {
expectWithinBudget(timings, 'admin_identify', BUDGET_MS.uiAction);
await timings.measure('admin_auto_match', async () => {
await page.goto(`${adminBaseUrl}/auto-match`);
await page.goto(`${adminBaseUrl}/people/auto-match`);
await expect(page.getByRole('heading', { name: /Auto-Match/i })).toBeVisible({
timeout: 20_000,
});