- 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
537 B
537 B
Manual Validation of E2E Test Infrastructure
- Test the following scenarios manually (or verifying via CI output):
- Verify
crowdsec-diagnostics.spec.tsdoes NOT run in standardchromiumshards. - Verify
tests/security/acl-integration.spec.tspasses consistently (no 401s, no modal errors). - Verify
waitForModalhelper works for both standard dialogs and slide-out panels. - Verify Authentication setup (
auth.setup.ts) works with127.0.0.1domain.
- Verify
Status: To Do Priority: Medium Assignee: QA Automation Team