Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions features/cancel-meeting.feature
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,13 @@ Feature: Cancel meeting
I want to be able to cancel a meeting
So that I can let the other participants know the meeting can't go through

Scenario: Host cancels prospective meeting
Given Alice is the host of a prospective meeting
When Alice cancels the meeting
Then there is no prospective meeting
and the system plans a prospective meeting
and Alice is not the host of the prospective meeting

Scenario: Host cancels scheduled meeting
Given Bob is the host of a scheduled meeting
When Bob cancels the meeting
Expand Down