Fixed chat tests

#story[1246]
This commit is contained in:
Kusal Ekanayake
2017-09-05 17:27:34 +12:00
parent f33e4cc137
commit 0650ba30e2
4 changed files with 41 additions and 16 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
Feature: SendChat
Scenario: User send chat to another client
Given The are two games running
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"