`packages/workbench/tests/packed-release.e2e.test.ts` can flake because `getByRole('heading', { name: 'Skills' })` also matches the `Source skills` h2. Narrow the locator to the intended heading (for example, exact name or level) with #600 PR 2/3.
packages/workbench/tests/packed-release.e2e.test.tscan flake becausegetByRole('heading', { name: 'Skills' })also matches theSource skillsh2.Narrow the locator to the intended heading (for example, exact name or level) with #600 PR 2/3.