discourse-calendar/spec/system/page_objects/discourse_calendar
Joffrey JAFFEUX df7e7a9098
FIX: ensures bulk-invite is working properly (#666)
There was two bugs:
- naming of properties were incorrect s/is_private/isPrivate and s/is_public/isPublic
- a previous refactoring has used `=` for setter when it's an `EmberObject` and `set` should be used

This commit also adds a spec and page objects to ensure this modal is working as expected.
2024-12-10 14:57:46 +01:00
..
bulk_invite_modal.rb FIX: ensures bulk-invite is working properly (#666) 2024-12-10 14:57:46 +01:00
post_event.rb FIX: ensures bulk-invite is working properly (#666) 2024-12-10 14:57:46 +01:00