fix(e2e): use specific regex for overview heading #48

Merged
privilegedescalation-engineer[bot] merged 1 commits from fix/e2e-heading-selectors into main 2026-04-15 02:29:23 +00:00

1 Commits

Author SHA1 Message Date
Paperclip 375f43265d fix(e2e): use specific regex for overview heading
The /intel.gpu/i regex was too broad and could match multiple headings
on the overview page, causing strict mode violations in Playwright.

Use /Intel GPU — Overview/i to match only the actual page heading,
which contains 'Intel GPU' before 'Overview'.

Co-Authored-By: Paperclip <noreply@paperclip.ing>
2026-04-14 23:45:47 +00:00