[ ] Scenario: Automatically mark all RSVP Yes Attendees as Confirmed Attendees after the Event starts
Given there is a 'monthly meetup' event on 'local meetup' organization
And there are event attendees who RSVPed for event:
event | user | RSVP
'monthly meetup' | 'Alex Smith' | 'RSVP Yes'
'monthly meetup' | 'Jo Johnson' | 'RSVP Yes'
'monthly meetup' | 'John Smith' | 'RSVP Yes'
And 'monthly meetup' event has started
Then 'monthly meetup' meetup attendees who RSVPed Yes have their attendance confirmed
As a system