- Add HashtagSuggestion.cy.tsx (16 tests): popup trigger, filtering,
keyboard/click selection, new tag creation, escape to close
- Add ItemMentionSuggestion.cy.tsx (16 tests): popup trigger, filtering,
keyboard/click selection, markdown serialization, edge cases
- Add SuggestionList.cy.tsx (14 tests): rendering, keyboard navigation,
click selection, empty state
- Update TestEditor.tsx to support enableSuggestions prop for testing
These tests validate user-facing autocomplete behaviors for # and @
mentions in the rich text editor.