TenantAtlas/apps/platform/tests/Feature/Navigation
ahmido e324bd7bd6 feat: canonicalize admin scope links and queries (341) (#413)
## Summary
- remove remaining legacy scope query hint parsing from shared workspace and environment scoping seams so hubs only narrow via explicit `environment_id`
- align canonical link generation across workspace hubs, provider connections, audit log, alerts, and decision register flows
- add focused Spec 341 regression coverage for canonical link/query behavior and legacy alias rejection
- include the Spec 341 artifacts and move the review screenshots into `specs/341-canonical-link-query-cleanup/artifacts/screenshots/`
- ignore local `.playwright-mcp` browser tool output so it does not pollute future commits or pull requests

## Validation
- `cd apps/platform && ./vendor/bin/sail artisan test --compact tests/Feature/Navigation --filter=Spec341`
- `cd apps/platform && ./vendor/bin/sail artisan test --compact tests/Feature/Navigation/Spec341CanonicalLinkQueryCleanupTest.php tests/Feature/Navigation/WorkspaceHubEnvironmentFilterContractTest.php tests/Feature/ProviderConnections/ProviderConnectionsWorkspaceHubContractTest.php`
- `cd apps/platform && ./vendor/bin/sail bin pint --dirty --format agent`
- `git diff --check`

## Notes
- Livewire v4 compliance unchanged
- Filament provider registration remains in `apps/platform/bootstrap/providers.php`
- no globally searchable resource behavior was changed in this slice
- no destructive action behavior was changed
- no new Filament assets; deploy `filament:assets` posture is unchanged

Co-authored-by: Ahmed Darrazi <ahmed.darrazi@live.de>
Reviewed-on: #413
2026-05-31 22:46:39 +00:00
..
RelatedNavigationResolverMemoizationTest.php feat: cut over tenant core to managed environments (#335) 2026-05-07 06:38:14 +00:00
Spec321AlertsAuditEnvironmentFilterContractTest.php feat: enforce workspace and environment scope contract (Spec 338) (#409) 2026-05-31 01:36:08 +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
Spec338EnvironmentSidebarSeparationTest.php feat: enforce workspace and environment scope contract (Spec 338) (#409) 2026-05-31 01:36:08 +00:00
Spec338OperationRunLinksQueryContractTest.php feat: enforce workspace and environment scope contract (Spec 338) (#409) 2026-05-31 01:36:08 +00:00
Spec338SidebarScopeIndicatorTest.php feat: enforce workspace and environment scope contract (Spec 338) (#409) 2026-05-31 01:36:08 +00:00
Spec341CanonicalLinkQueryCleanupTest.php feat: canonicalize admin scope links and queries (341) (#413) 2026-05-31 22:46:39 +00:00
WorkspaceHubClearFilterContractTest.php feat: clean up legacy tenant environment context (#372) 2026-05-16 18:25:36 +00:00
WorkspaceHubEnvironmentFilterContractTest.php feat: canonicalize admin scope links and queries (341) (#413) 2026-05-31 22:46:39 +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