Strict mode violations:
- /sealed.secrets/i matches both 'Sealed Secrets' and 'All Sealed Secrets' buttons
- /sealing.key/i may match multiple headings
Using .first() for heading assertions to avoid strict mode.
- Adds waitForSidebar helper with sidebar visibility wait + networkidle
- Fixes 'navigation between sealed-secrets views' to use waitForSidebar and expand sidebar before nav
- Plugin settings test waits for list before searching
- Changed E2E_NAMESPACE from privilegedescalation-dev to headlamp-dev
in e2e.yaml, deploy-e2e-headlamp.sh, and teardown-e2e-headlamp.sh
- Added deployment/e2e-ci-runner-rbac.yaml (copy from polaris repo)
- The ARC runner SA has RBAC scoped to headlamp-dev, not
privilegedescalation-dev — this caused E2E run failures.
- PRI-619 QA review feedback from Regina
Co-Authored-By: Paperclip <noreply@paperclip.ing>
The repo already had all E2E files (tests, deploy/teardown scripts, Playwright
config, @playwright/test dependency) but was missing the CI workflow to wire
them together. This adds the e2e.yaml, adapted for pnpm, targeting the
privilegedescalation-dev namespace.
- PRI-619
Co-Authored-By: Paperclip <noreply@paperclip.ing>