Added test case about deleting a group with special characters

This commit is contained in:
Sergio Bertolín 2016-01-11 11:21:26 +00:00 committed by Roeland Jago Douma
parent fb3dbe24db
commit acc67a6d48
1 changed files with 8 additions and 0 deletions

View File

@ -268,6 +268,14 @@ Feature: provisioning
And the HTTP status code should be "200"
And group "new-group" does not exist
Scenario: Delete a group with special characters
Given As an "admin"
And group "España" exists
When sending "DELETE" to "/cloud/groups/España"
Then the OCS status code should be "100"
And the HTTP status code should be "200"
And group "España" does not exist
Scenario: get enabled apps
Given As an "admin"
When sending "GET" to "/cloud/apps?filter=enabled"