test(e2e): Playwright keyboard navigation for @mention dropdown #635
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?
Context
PR #629's @mention dropdown now has multiple focusable elements: editor → searchbox → list options → create-new link. Unit tests cover individual handlers; the full focus-management chain needs E2E coverage.
Sara on #10935, #10970.
Scope
Playwright spec covering:
PR #629 already includes a dropdown-level ArrowDown-from-searchbox unit test (in MentionDropdown.svelte.test.ts) — E2E here is for the full chain.
Acceptance
frontend/e2e/(or wherever the project keeps Playwright).