TenantAtlas/tests/Feature/OpsUx
ahmido f13a4ce409 feat(110): Ops-UX enterprise start/dedup standard (repo-wide) (#134)
Implements Spec 110 Ops‑UX Enforcement and applies the repo‑wide “enterprise” standard for operation start + dedup surfaces.

Key points
- Start surfaces: only ephemeral queued toast (no DB notifications for started/queued/running).
- Dedup paths: canonical “already queued” toast.
- Progress refresh: dispatch run-enqueued browser event so the global widget updates immediately.
- Completion: exactly-once terminal DB notification on completion (per Ops‑UX contract).

Tests & formatting
- Full suite: 1738 passed, 8 skipped (8477 assertions).
- Pint: `vendor/bin/sail bin pint --dirty --format agent` (pass).

Notable change
- Removed legacy `RunStatusChangedNotification` (replaced by the terminal-only completion notification policy).

Co-authored-by: Ahmed Darrazi <ahmed.darrazi@live.de>
Reviewed-on: #134
2026-02-24 09:30:15 +00:00
..
Constitution feat(110): Ops-UX enterprise start/dedup standard (repo-wide) (#134) 2026-02-24 09:30:15 +00:00
Regression feat(110): Ops-UX enterprise start/dedup standard (repo-wide) (#134) 2026-02-24 09:30:15 +00:00
ActiveRunsTest.php feat(spec-087): remove legacy runs (#106) 2026-02-12 12:40:51 +00:00
AdapterRunReconcilerTest.php 056-remove-legacy-bulkops (#65) 2026-01-19 23:27:52 +00:00
BackupSetDeleteBulkJobTest.php 056-remove-legacy-bulkops (#65) 2026-01-19 23:27:52 +00:00
BulkEnqueueIdempotencyTest.php 056-remove-legacy-bulkops (#65) 2026-01-19 23:27:52 +00:00
BulkOperationProgressDbOnlyTest.php feat(spec-087): remove legacy runs (#106) 2026-02-12 12:40:51 +00:00
BulkTenantIsolationTest.php 056-remove-legacy-bulkops (#65) 2026-01-19 23:27:52 +00:00
CanonicalViewRunLinksTest.php 085-tenant-operate-hub (#103) 2026-02-11 13:02:03 +00:00
FailureSanitizationTest.php 085-tenant-operate-hub (#103) 2026-02-11 13:02:03 +00:00
NonLeakageWorkspaceOperationsTest.php Spec 077: Workspace Global Mode + context bar redundancy cleanup (#94) 2026-02-06 22:14:53 +00:00
NoQueuedDbNotificationsTest.php feat(110): Ops-UX enterprise start/dedup standard (repo-wide) (#134) 2026-02-24 09:30:15 +00:00
NotificationViewRunLinkTest.php feat(110): Ops-UX enterprise start/dedup standard (repo-wide) (#134) 2026-02-24 09:30:15 +00:00
OperateHubShellTest.php fix: consolidate tenant creation + harden selection flows (#131) 2026-02-22 19:54:24 +00:00
OperationCatalogCoverageTest.php feat(spec-087): remove legacy runs (#106) 2026-02-12 12:40:51 +00:00
OperationRunSummaryCountsIncrementTest.php 056-remove-legacy-bulkops (#65) 2026-01-19 23:27:52 +00:00
OperationSummaryKeysSpecTest.php 055-ops-ux-rollout (#64) 2026-01-18 14:50:15 +00:00
OpsUxSmokeTest.php 055-ops-ux-rollout (#64) 2026-01-18 14:50:15 +00:00
PolicyVersionForceDeleteBulkJobTest.php 056-remove-legacy-bulkops (#65) 2026-01-19 23:27:52 +00:00
PolicyVersionPruneBulkJobTest.php 056-remove-legacy-bulkops (#65) 2026-01-19 23:27:52 +00:00
ProgressWidgetFiltersTest.php 055-ops-ux-rollout (#64) 2026-01-18 14:50:15 +00:00
ProgressWidgetOverflowTest.php 055-ops-ux-rollout (#64) 2026-01-18 14:50:15 +00:00
ProgressWidgetPollerRegistrationTest.php 055-ops-ux-rollout (#64) 2026-01-18 14:50:15 +00:00
QueuedToastCopyTest.php feat(110): Ops-UX enterprise start/dedup standard (repo-wide) (#134) 2026-02-24 09:30:15 +00:00
RestoreExecuteOperationRunSyncTest.php 085-tenant-operate-hub (#103) 2026-02-11 13:02:03 +00:00
RestoreExecutionOperationRunSyncTest.php 085-tenant-operate-hub (#103) 2026-02-11 13:02:03 +00:00
RestoreRunDeleteBulkJobTest.php 056-remove-legacy-bulkops (#65) 2026-01-19 23:27:52 +00:00
RunDetailPollingStopsOnTerminalTest.php 055-ops-ux-rollout (#64) 2026-01-18 14:50:15 +00:00
RunEnqueuedBrowserEventTest.php 055-ops-ux-rollout (#64) 2026-01-18 14:50:15 +00:00
SummaryCountsWhitelistTest.php fix: restore full suite (Pest helper collision + ops-ux spec sync) (#130) 2026-02-22 11:36:27 +00:00
TargetScopeConcurrencyLimiterTest.php 056-remove-legacy-bulkops (#65) 2026-01-19 23:27:52 +00:00
TenantSyncBulkJobTest.php 056-remove-legacy-bulkops (#65) 2026-01-19 23:27:52 +00:00
TerminalNotificationFailureMessageTest.php feat(spec-087): remove legacy runs (#106) 2026-02-12 12:40:51 +00:00
TerminalNotificationIdempotencyTest.php feat(spec-087): remove legacy runs (#106) 2026-02-12 12:40:51 +00:00
UnknownOperationTypeLabelTest.php feat: provider access hardening (RBAC write gate) (#132) 2026-02-23 00:49:37 +00:00