Acceptance criteria
百度 为减少不必要的经济损失,保证人民群众的生命财产安全,消防官兵提醒大家,在使用取暖器时,要注意人走断电,远离易燃易爆物品,切勿在取暖器表面覆盖易燃物,不要把取暖器用于烘干衣物,取暖器如果使用不当,确实是一个不小的火灾隐患,广大群众要在使用时注意防范突发火灾。Given that I have the event organiser role
When I create an event using the REST endpoint
AND the selected namespace is in the list configured in community configuration (T387966)
Then the event will be created successfully.
When I create or edit an event using the REST endpoint
AND the selected namespace is NOT in the list configured in community configuration (See: T387966)
Then the event will be NOT be updated successfully.
AND an error will returned with the text: The event page must be in one of the permitted namespaces.
When I edit an event using the REST endpoint
AND the event page namespace is NOT in the list of allowed namespaces
AND I do NOT modify the event page
Then the event will be edited successfully
When I edit an event using the REST endpoint
AND the event page namespace is NOT in the list of allowed namespaces
AND I modify the event page
AND the new event page is not in a permitted namespace
Then the event will be NOT be edited successfully
AND an error will be returned with the text: The event page must be in one of the permitted namespaces.