TenantAtlas/specs/367-operationrun-actionability-system/artifacts/browser-smoke.md
Ahmed Darrazi 0329cb5420
Some checks failed
PR Fast Feedback / fast-feedback (pull_request) Failing after 1m0s
feat: implement operation run actionability system
2026-06-08 15:19:55 +02:00

28 lines
1.1 KiB
Markdown

# Browser Smoke Notes
Date: 2026-06-08
Command:
```bash
cd apps/platform && ./vendor/bin/sail php vendor/bin/pest tests/Browser/Spec367OperationRunActionabilitySmokeTest.php
```
Result: 1 passed, 11 assertions.
## Path
- Authenticated as an operations-capable user.
- Visited the environment dashboard via `EnvironmentDashboard::getUrl(tenant: $tenant)`.
- Visited the Operations page through `OperationRunLinks::index(...)` with the current terminal follow-up tab selected.
## Assertions
- The dashboard loaded without JavaScript/runtime errors.
- Operations needing attention were visible when a current terminal problem existed.
- A superseded Provider Connection blocker did not keep generating a current CTA.
- The Operations current terminal follow-up tab showed the current policy failure.
- Resolved or superseded terminal history stayed out of the current follow-up list.
- Workspace/tenant context remained scoped through the tested links.
No screenshot artifact was retained because the bounded browser proof is assertion-based and no screenshot deliverable was required.