Generic Patterns : For base Playwright patterns (Page Object Model, selectors, helpers), see the skill. This skill covers Prowler-specific conventions only. Prowler UI Test Structure --- MANDATORY Checklist (Create or Modify Tests) ⚠️ ALWAYS verify BEFORE completing any E2E task: When CREATING new tests - [ ] - Page Object created/updated - [ ] - Tests added with correct tags (@TEST-ID) - [ ] - Documentation created with ALL test cases - [ ] Test IDs in match tags in When MODIFYING existing tests - [ ] MUST be updated if: - Test cases were added/removed - Test flow changed (steps) - Precondit…