Test Result : Scenario: Delete a non existing role entry
0 failures
11 tests
All Tests
Test name | Duration | Status |
And I create the domain | 0 ms | Passed |
And I search for the role with name "test_role" | 0 ms | Passed |
Given I create the following role | 0 ms | Passed |
Given I expect the exception "KapuaEntityNotFoundException" with the text "The entity of type role" | 0 ms | Passed |
Scenario: Delete a non existing role entry | 6 ms | Passed |
Then An exception was thrown | 0 ms | Passed |
Then I find no roles | 0 ms | Passed |
When I configure the role service | 0 ms | Passed |
When I delete the role with name "test_role" | 0 ms | Passed |
When I delete the role with name "test_role" | 0 ms | Passed |
When I login as user with name "kapua-sys" and password "kapua-password" | 0 ms | Passed |