Files
headlamp-sealed-secrets-plugin/e2e
Chris Farhood 3e42e46320 fix(e2e): use .first() to handle strict mode violations (PRI-701)
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.
2026-05-05 13:58:58 +00:00
..