mirror of
https://github.com/michaelrausch/Party-Parrots-At-Sea.git
synced 2026-05-09 06:18:44 +00:00
0650ba30e2
#story[1246]
6 lines
244 B
Gherkin
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"
|