added edit user test

This commit is contained in:
Sergio Bertolin 2015-09-30 16:57:02 +00:00 committed by Roeland Jago Douma
parent 0e3836ed48
commit ac478b1910
1 changed files with 12 additions and 0 deletions

View File

@ -22,6 +22,18 @@ Feature: provisioning
And user "brand-new-user" exists
Scenario: Edit a user
Given As an "admin"
And user "brand-new-user" exists
When sending "PUT" to "/cloud/users/brand-new-user" with
| key | quota |
| value | 12MB |
| key | email |
| value | brand-new-user@gmail.com |
Then the status code should be "100"
And user "brand-new-user" exists
Scenario: Delete a user
Given As an "admin"
And user "brand-new-user" exists