Given there is a 'Some event' event of an organization 'Local meetup'
And 'Some event' is not started yet
And 'Jo Johnson' is a member of 'Local meetup' organization
And 'Jo Johnson' is RSVP-ed NO to 'Some event'
When 'Jo Johnson' change RSVP to YES for the 'Some event' event
Than 'Jo Johnson' RSVP-ed YES for an event 'Some event'
[ ] Scenario: Change RSVP to NO for the event
Given there is a 'Some event' event of an organization 'Local meetup'
And 'Some event' is not started yet
And 'Jo Johnson' is a member of 'Local meetup' organization
And 'Jo Johnson' is RSVP-ed YES to 'Some event'
When 'Jo Johnson' change RSVP to NO to the 'Some event' event
Than 'Jo Johnson' RSVP-ed YES for the event 'Some event'
[ ] Scenario: Changing RSVP is disabled when event starts
Given there is a 'Some event' event of an organization 'Local meetup'
And 'Some event' has started
And 'Jo Johnson' is a member of 'Local meetup' organization
Than 'Jo Johnson' can't change RSVP for the 'Some event' event
As a member
[ ] Scenario: Change RSVP to YES for an event
[ ] Scenario: Change RSVP to NO for the event
[ ] Scenario: Changing RSVP is disabled when event starts