3 Commits

Author SHA1 Message Date
mahula
1a91aa5310 fix: use 'as const' for isNew literal type in SuggestionList tests 2026-01-19 12:57:48 +01:00
mahula
c48aed88cd test: add suggestion system component tests for TipTap autocomplete
- 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.
2026-01-19 10:52:37 +01:00
mahula
5e2d19fb46 test(tiptap): add Cypress component tests for TipTap extensions 2026-01-15 18:21:56 +01:00