TenantAtlas/apps/platform/tests/Feature/Navigation
ahmido ec4ff1074c Spec 322: add browser no-drift regression guards (#379)
## Summary
- add the Spec 322 artifact set for the browser no-drift regression guard
- add Feature navigation guards for admin surface scope, environment CTA URLs, and legacy alias rejection
- add Browser smoke coverage for workspace hubs, environment-owned surfaces, workspace-owned analysis surfaces, and alerts/audit flows
- add the Spec 322 browser support harness used by the new smoke coverage

## Validation
- `cd apps/platform && ./vendor/bin/sail artisan test tests/Feature/Navigation/Spec322AdminSurfaceScopeContractTest.php tests/Feature/Navigation/Spec322LegacyQueryAliasGuardTest.php tests/Feature/Navigation/Spec322EnvironmentCtaUrlContractTest.php --compact`
- `cd apps/platform && ./vendor/bin/sail artisan test tests/Browser/Spec322WorkspaceHubNoDriftSmokeTest.php tests/Browser/Spec322EnvironmentOwnedSurfaceSmokeTest.php tests/Browser/Spec322WorkspaceOwnedAnalysisSmokeTest.php tests/Browser/Spec322AlertsAuditNoDriftSmokeTest.php --compact`
- `cd apps/platform && ./vendor/bin/sail pint --dirty`
- `git diff --check`

## Notes
- a broader filtered regression run still reports existing Baseline Compare feature-test failures outside this diff

Co-authored-by: Ahmed Darrazi <ahmed.darrazi@live.de>
Reviewed-on: #379
2026-05-17 11:34:31 +00:00
..
RelatedNavigationResolverMemoizationTest.php feat: cut over tenant core to managed environments (#335) 2026-05-07 06:38:14 +00:00
Spec321AlertsAuditEnvironmentFilterContractTest.php feat: implement environment filtering for alerts and audit logs (#378) 2026-05-17 00:27:27 +00:00
Spec322AdminSurfaceScopeContractTest.php Spec 322: add browser no-drift regression guards (#379) 2026-05-17 11:34:31 +00:00
Spec322EnvironmentCtaUrlContractTest.php Spec 322: add browser no-drift regression guards (#379) 2026-05-17 11:34:31 +00:00
Spec322LegacyQueryAliasGuardTest.php Spec 322: add browser no-drift regression guards (#379) 2026-05-17 11:34:31 +00:00
WorkspaceHubClearFilterContractTest.php feat: clean up legacy tenant environment context (#372) 2026-05-16 18:25:36 +00:00
WorkspaceHubEnvironmentFilterContractTest.php feat: clean up legacy tenant environment context (#372) 2026-05-16 18:25:36 +00:00
WorkspaceHubRegistryTest.php feat: cut over workspace-owned analysis shell context (#375) 2026-05-16 23:16:53 +00:00
WorkspaceHubSidebarUrlContractTest.php feat: clean up legacy tenant environment context (#372) 2026-05-16 18:25:36 +00:00