text icon indicating copy to clipboard operation
text copied to clipboard

Tests for mentions

Open juliushaertl opened this issue 2 years ago • 0 comments

  • [ ] Jest unit test for markdown parsing of the mention
  • [ ] Cypress
    • [ ] Type @ and the user list is shown (might be tricky to check for actual users as we generate random user ids during cypress tests)
    • [ ] Select a user will insert the mention
      • [ ] Wait for request to the mention API to finish successfully
    • [ ] Open a document with an existing mention and properly see the user bubble rendered

juliushaertl avatar Aug 26 '22 07:08 juliushaertl