Test Result : Scenario: Deleting Unexisitng Group
0 failures
11 tests
All Tests
Test name | Duration | Status |
---|---|---|
And I configure the group service | 0 ms | Passed |
And I delete the group with name "Group1" | 0 ms | Passed |
And I logout | 0 ms | Passed |
And I search for a group named "Group1" | 0 ms | Passed |
Given I expect the exception "NullPointerException" with the text "*" | 0 ms | Passed |
Given I login as user with name "kapua-sys" and password "kapua-password" | 0 ms | Passed |
Scenario: Deleting Unexisitng Group | 5 ms | Passed |
Then An exception was thrown | 0 ms | Passed |
Then No group was found | 0 ms | Passed |
When I create a group with name "Group1" | 0 ms | Passed |
When I delete the group with name "Group1" | 0 ms | Passed |