Harden canonical route sweep rechecks
This commit is contained in:
@@ -322,8 +322,9 @@ echo $? # Verify exit code 0
|
||||
1. Ensure the Angular app is running (`ng serve` or docker)
|
||||
2. Use Playwright CLI or MCP to navigate to the feature's UI route
|
||||
3. Follow E2E Test Plan steps: verify elements render, interactions work, data displays
|
||||
4. Capture screenshots as evidence
|
||||
5. Test accessibility (keyboard navigation, ARIA labels) if listed in E2E plan
|
||||
4. If the feature fails only through transient network/runtime noise, rerun the failing UI transaction in a fresh page or fresh authenticated browser context before declaring the feature failed. Preserve both the first failure evidence and the recheck outcome.
|
||||
5. Capture screenshots as evidence
|
||||
6. Test accessibility (keyboard navigation, ARIA labels) if listed in E2E plan
|
||||
|
||||
**Example for `pipeline-run-centric-view`**:
|
||||
```bash
|
||||
|
||||
Reference in New Issue
Block a user