diff options
| author | John Wiegley <johnw@newartisans.com> | 2018-09-06 11:11:55 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-09-06 11:11:55 -0700 |
| commit | 5298bf5d110073e9508f6357ae28eee46ad29406 (patch) | |
| tree | 37e2af6242423e57adbbc1238433f58c92ac9bd0 /features/ics.feature | |
| parent | 67339d896aa65d75272b80134a8128276c8c6a0f (diff) | |
| parent | 3222b53d942daa404852e5148ba9d3ebb8fe96d0 (diff) | |
Merge pull request #27 from dickmao/premoves
Pre-moves
Diffstat (limited to 'features/ics.feature')
| -rw-r--r-- | features/ics.feature | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/features/ics.feature b/features/ics.feature index 5a49dfe..fcb7706 100644 --- a/features/ics.feature +++ b/features/ics.feature @@ -3,3 +3,15 @@ Scenario: Echo area should indicate opponent ran out of time. When new game And opponent forfeits on time Then I should see message "Your opponent has forfeited the game on time" + +Scenario: Let me know when opponent aborts + Given ics session + When new game + And opponent aborts + Then I should see message "Your offer to abort was accepted" + +Scenario: Let me know when opponent forfeits by disconnection + Given ics session + When new game + And opponent forfeits by disconnection + Then I should see message "Your opponent has resigned" |
