And I configure the group service | 0 ms | Passed |
And I create the group with name "Group2" and description "Description2" | 0 ms | Passed |
Given I expect the exception "KapuaDuplicateNameException" with the text "*" | 0 ms | Passed |
Given I login as user with name "kapua-sys" and password "kapua-password" | 0 ms | Passed |
Scenario: Changing Group's Name To Non-Unique One | 6 ms | Passed |
Then An exception was thrown | 0 ms | Passed |
Then I logout | 0 ms | Passed |
When I change the group name from "Group2" to "Group1" | 0 ms | Passed |
When I create the group with name "Group1" and description "Description" | 0 ms | Passed |