Given there is a 'local meetup' organization
And 'Alex Smith' is organizer of 'local meetup' organization
And there is a 'monthly meetup' event organized by 'local meetup' organization
And there is a 'Very cool' talk created by 'Alex Smith'
And I'm 'Alex Smith'
When I cancel Very cool' talk
Then Very cool' talk is canceled
[ ] Scenario: Notify all organization members about canceled talk
Given there is a 'local meetup' organization
And there is a 'monthly meetup' event organized by 'local meetup' organization
When 'Very cool' talk is canceled
Then all members of 'local meetup' organization will be notified about the canceled talk
As an organizer