-
Notifications
You must be signed in to change notification settings - Fork 0
[Testing] Repair stale command-palette locator in headed manual audit #1763
Copy link
Copy link
Closed
Labels
Priority IIThe active direction's next tranche: wedge capabilities, significant defects, near-term hardening.The active direction's next tranche: wedge capabilities, significant defects, near-term hardening.bugSomething isn't workingSomething isn't workingtestingTest coverage, harnesses, regression prevention, and verification pipeline work.Test coverage, harnesses, regression prevention, and verification pipeline work.
Description
Activity
Metadata
Metadata
Assignees
Labels
Priority IIThe active direction's next tranche: wedge capabilities, significant defects, near-term hardening.The active direction's next tranche: wedge capabilities, significant defects, near-term hardening.bugSomething isn't workingSomething isn't workingtestingTest coverage, harnesses, regression prevention, and verification pipeline work.Test coverage, harnesses, regression prevention, and verification pipeline work.
Projects
- StatusShow more project fieldsDone
Observed failure
The documented
npm run test:e2e:audit:headedpath fails deterministically inmanual-audit.spec.tsat the command-palette search step. The palette is open and healthy, but the test waits 45 seconds for the obsolete placeholderType a command or search...; production has usedType a command or search boards and cards...since commit6fe147b4.The same user journey is already located robustly in
smoke.spec.tsthroughgetByRole('combobox', { name: 'Command palette search' }), matching the accessible product contract introduced before this audit drift was detected.Observed on exact candidate
7f8f2137over main6cdc8fd1. The core capture → review → explicit apply → board → provenance journey and later advanced capture/board/filter cases passed before this single failure.Scope
Acceptance criteria
npm run test:e2e:audit:headedcompletes green, or every remaining failure is separately root-caused and trackedgit diff --checkpassEvidence classification
This is a pre-existing deterministic QA-harness defect, not a product navigation failure and not a flaky timeout.