You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<tr><td>Loading</td><td>Loading</td><td>Current environment</td><tddata-health-status="PENDING" title="Reason: health check history has not loaded yet." aria-label="PENDING: health check history has not loaded yet.">PENDING</td><td>Waiting for safe API status.</td></tr>
The only source navigation reorder moved this existing item:
12
+
13
+
-`Creators`
14
+
- path remained `admin/users.html`
15
+
- route remained `admin-users`
16
+
- label remained `Creators`
17
+
18
+
All other Admin navigation objects remained unchanged.
19
+
20
+
## Open-Page Check
21
+
22
+
The targeted Playwright navigation test collected every active Admin submenu href from the rendered submenu and requested each page through the local test server. Every response returned a status below HTTP 400.
23
+
24
+
## Duplicate Check
25
+
26
+
The targeted Playwright navigation test checks for duplicate rendered labels and duplicate active hrefs. The targeted unit script also checks duplicate labels and existing active paths.
- PASS: `node --test --test-name-pattern "Admin and Owner navigation are shared" tests/dev-runtime/ArchitectureCleanupApiNavInvitations.test.mjs`
14
+
- Result: 1 passed.
15
+
- PASS: `npx playwright test tests/playwright/tools/AdminOwnerNavigationBoundary.spec.mjs --workers=1 --reporter=line`
16
+
- Result: 4 passed.
17
+
- PASS: `npx playwright test tests/playwright/tools/AdminInvitationsNavPage.spec.mjs --workers=1 --reporter=line`
18
+
- Result: 3 passed.
19
+
20
+
## Note
21
+
22
+
A non-targeted full-file run of `tests/dev-runtime/ArchitectureCleanupApiNavInvitations.test.mjs` was not used for final validation because its first non-navigation test fails on a pre-existing missing `src/engine/api` directory assertion. The affected navigation subtest passed by name.
0 commit comments