Skip to content
Snippets Groups Projects
Commit 8f91426e authored by Sergio Bertolin's avatar Sergio Bertolin
Browse files

changing indentation, vertical elements and previous existance of users and groups

parent 957d60cd
Branches
No related tags found
No related merge requests found
......@@ -42,9 +42,12 @@ Feature: provisioning
Scenario: Getting all users
Given As an "admin"
And user "brand-new-user" exists
And user "admin" exists
When sending "GET" to "/cloud/users"
And users returned are
| brand-new-user | admin |
| brand-new-user |
| admin |
Scenario: Edit a user
......@@ -81,11 +84,14 @@ Feature: provisioning
And group "new-group" exists
Scenario: Getting all users
Scenario: Getting all groups
Given As an "admin"
And group "new-group" exists
And group "admin" exists
When sending "GET" to "/cloud/groups"
And groups returned are
| admin | new-group |
| admin |
| new-group |
Scenario: Delete a group
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment