You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As a user, I want to be able to chat with other food lovers in the app so that I can get recommendations and share my dining experiences.
Mockup
Acceptance tests
Scenario 1: Send message
Given that I am on the Foodie Chat page
When I type a message and hit "Send"
Then the message should be sent to the chat.
Scenario 2: Receive a message
Given that I am on the Foodie Chat page
When another user sends a message
Then the message should be displayed in the chat.
The text was updated successfully, but these errors were encountered:
acarolinacc
changed the title
As a user, I want to be able to chat with other food lovers in the app so that I can get recommendations and share my dining experiences.
Foodie Chat
Mar 14, 2023
Description
As a user, I want to be able to chat with other food lovers in the app so that I can get recommendations and share my dining experiences.
Mockup
Acceptance tests
Scenario 1: Send message
Given that I am on the Foodie Chat page
When I type a message and hit "Send"
Then the message should be sent to the chat.
Scenario 2: Receive a message
Given that I am on the Foodie Chat page
When another user sends a message
Then the message should be displayed in the chat.
The text was updated successfully, but these errors were encountered: