fix(e2e): use specific regex for nodes page heading #36

Closed
privilegedescalation-engineer[bot] wants to merge 1 commits from fix/e2e-nodes-heading-selector into main

1 Commits

Author SHA1 Message Date
privilegedescalation-engineer f9325772bd fix(e2e): use specific regex for nodes page heading
The /node/i regex was too broad and matched both the page heading
'Intel GPU — Nodes' and the empty state 'No GPU Nodes Found',
causing a strict mode violation in Playwright.

Use /intel gpu.*nodes/i to match only the actual page heading,
which contains 'Intel GPU' before 'Nodes'.
2026-03-25 01:55:02 +00:00