- Standardized E2E base URL to 127.0.0.1 to resolve cookie domain 401 errors - Updated playwright config to strictly exclude security tests from main shards - Refactored waitForModal helper to prevent strict mode violations on complex modals - Fixed leak of crowdsec diagnostics tests into standard chromium project
12 lines
537 B
Markdown
12 lines
537 B
Markdown
# Manual Validation of E2E Test Infrastructure
|
|
|
|
- Test the following scenarios manually (or verifying via CI output):
|
|
1. Verify `crowdsec-diagnostics.spec.ts` does NOT run in standard `chromium` shards.
|
|
2. Verify `tests/security/acl-integration.spec.ts` passes consistently (no 401s, no modal errors).
|
|
3. Verify `waitForModal` helper works for both standard dialogs and slide-out panels.
|
|
4. Verify Authentication setup (`auth.setup.ts`) works with `127.0.0.1` domain.
|
|
|
|
Status: To Do
|
|
Priority: Medium
|
|
Assignee: QA Automation Team
|