TenantAtlas/apps/platform/tests/Feature/Verification
ahmido 83ab4690d5 fix: stabilize post-cutover suite baseline (#348)
## Summary
- stabilize the active spec 293 post-cutover suite baseline around the current admin-panel and workspace-first runtime
- align operations, provider, required-permissions, and action-surface expectations to canonical workspace-aware routes
- add the monitoring operations workspace-membership guard and update the spec 293 classification artifacts
- include the browser smoke screenshots captured during verification

## Validation
- `cd apps/platform && ./vendor/bin/sail artisan test --compact tests/Feature/Filament/PanelNavigationSegregationTest.php tests/Feature/ManagedEnvironment/LegacyTenantCoreGuardTest.php`
- `cd apps/platform && ./vendor/bin/sail artisan test --compact tests/Feature/OpsUx/CanonicalViewRunLinksTest.php tests/Feature/OpsUx/OperateHubShellTest.php tests/Feature/OpsUx/FailureSanitizationTest.php tests/Feature/OpsUx/NonLeakageWorkspaceOperationsTest.php`
- `cd apps/platform && ./vendor/bin/sail artisan test --compact tests/Feature/Guards/ActionSurfaceContractTest.php tests/Feature/ProviderConnections/NavigationPlacementTest.php tests/Feature/ProviderConnections/ProviderConnectionListAuthorizationTest.php tests/Feature/Verification/VerificationAuthorizationTest.php`
- `cd apps/platform && ./vendor/bin/sail artisan test --compact tests/Feature/Guards/Spec288NoLegacyRouteAndHelperGuardTest.php tests/Feature/Guards/Spec288ProviderCoreAndRoleAuthorityGuardTest.php tests/Feature/Guards/AdminWorkspaceRoutesGuardTest.php tests/Feature/Guards/ProviderBoundaryPlatformCoreGuardTest.php tests/Feature/ProviderConnections/LegacyRedirectTest.php tests/Feature/ManagedEnvironment/LegacyTenantCoreGuardTest.php tests/Feature/Spec080WorkspaceManagedTenantAdminMigrationTest.php tests/Feature/Rbac/ProviderConnectionWorkspaceFirstPolicyTest.php tests/Feature/Filament/ManagedEnvironmentAccessScopeManagementTest.php tests/Feature/Guards/BrowserLaneIsolationTest.php tests/Feature/Guards/CiLaneFailureClassificationContractTest.php tests/Feature/Guards/CiHeavyBrowserWorkflowContractTest.php tests/Unit/Auth/NoRoleStringChecksTest.php`
- `cd apps/platform && ./vendor/bin/sail artisan test --compact tests/Browser/Spec281ProviderConnectionScopeSmokeTest.php tests/Browser/Spec285WorkspaceRbacEnvironmentAccessSmokeTest.php`
- `cd apps/platform && ./vendor/bin/sail bin pint --dirty --format agent`

## Notes
- remaining provider/verification failures are classified in `specs/293-post-cutover-suite-stabilization/failure-classification.md` as unrelated existing debt and are not folded into this slice

Co-authored-by: Ahmed Darrazi <ahmed.darrazi@live.de>
Reviewed-on: #348
2026-05-11 06:41:47 +00:00
..
BlockedVerificationReportStubTest.php feat: cut over tenant core to managed environments (#335) 2026-05-07 06:38:14 +00:00
IntuneRbacPermissionCoverageTest.php feat: cut over tenant core to managed environments (#335) 2026-05-07 06:38:14 +00:00
PreviousVerificationReportResolverTest.php feat: cut over tenant core to managed environments (#335) 2026-05-07 06:38:14 +00:00
ProviderConnectionHealthCheckWritesReportTest.php feat: cut over tenant core to managed environments (#335) 2026-05-07 06:38:14 +00:00
ProviderExecutionReauthorizationTest.php feat: implement spec 285 workspace-first environment access (#344) 2026-05-09 12:40:50 +00:00
VerificationAuthorizationTest.php fix: stabilize post-cutover suite baseline (#348) 2026-05-11 06:41:47 +00:00
VerificationCheckAcknowledgementTest.php feat: cut over tenant core to managed environments (#335) 2026-05-07 06:38:14 +00:00
VerificationReportFingerprintTest.php Spec 182: relocate Laravel platform to apps/platform (#213) 2026-04-08 08:40:47 +00:00
VerificationReportMissingOrMalformedTest.php feat: cut over tenant core to managed environments (#335) 2026-05-07 06:38:14 +00:00
VerificationReportNextStepsSchemaSpec081Test.php Complete Spec 287 prerequisite cutover (#346) 2026-05-10 18:22:34 +00:00
VerificationReportRedactionTest.php feat: cut over tenant core to managed environments (#335) 2026-05-07 06:38:14 +00:00
VerificationReportViewerDbOnlyTest.php feat: cut over tenant core to managed environments (#335) 2026-05-07 06:38:14 +00:00
VerificationStartAfterCompletionTest.php feat: cut over tenant core to managed environments (#335) 2026-05-07 06:38:14 +00:00
VerificationStartDedupeTest.php feat: cut over tenant core to managed environments (#335) 2026-05-07 06:38:14 +00:00