Research MVP e2e has duplicate accessible label for NVDA status selector #30
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
E2E run:
bun run test:e2eon 2026-03-16Failing spec:
e2e/research-mvp.spec.ts:156supports the core coverage-to-research workflowObserved behavior:
getByLabel('NVDA status')resolves to two elements instead of one.Failure excerpt:
getByLabel('NVDA status')resolved to 2 elementsarticleand one undergetByRole('cell', { name: 'Backlog' })Artifacts:
output/playwright/test-results/research-mvp-supports-the-core-coverage-to-research-workflow/error-context.mdoutput/playwright/test-results/research-mvp-supports-the-core-coverage-to-research-workflow/test-failed-1.pngoutput/playwright/test-results/research-mvp-supports-the-core-coverage-to-research-workflow/trace.zipThis looks like an accessibility/DOM uniqueness regression rather than backend behavior.