Files
Party-Parrots-At-Sea/src/test/java/features/SendChat.feature
T
Kusal Ekanayake 0650ba30e2 Fixed chat tests
#story[1246]
2017-09-05 17:27:34 +12:00

6 lines
244 B
Gherkin

Feature: SendChat
Scenario: User send chat to another client
Given There are two games running
When the user has pressed sends the message "Hello world" in a text box
Then the other client should receive the message "Hello world"