Skip to content

TEST: Create a Chat with User card

Test:

  • the connected user can send a message to any member of the project
  • no chat is created until a message is sent
  • once the message is sent
    • the chat is created with the name: "[SENDER full name] - [RECEIVER full name]"
    • the messages count is 1
    • the first message is the one that was sent