From 3222b53d942daa404852e5148ba9d3ebb8fe96d0 Mon Sep 17 00:00:00 2001 From: dickmao Date: Mon, 27 Aug 2018 17:00:35 -0400 Subject: Pre-moves To activate, look for Chess Display Allow Pre Moves in: M-x customize-group chess-display Tested via: make test make test24 (requires evim) --- features/ics.feature | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'features/ics.feature') 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" -- cgit v1.2.3