Test Result : Scenario: Deleting an existing role
0 failures
6 tests
All Tests
Test name | Duration | Status |
And I search for the role with name "roleName" | 0 ms | Passed |
But I find no roles | 0 ms | Passed |
Given I prepare a role creator with name "roleName" and description "roleDescription" | 0 ms | Passed |
Scenario: Deleting an existing role | 1 ms | Passed |
Then I delete the role with name "roleName" and description "roleDescription" | 0 ms | Passed |
When I create a new role entity from the existing creator | 0 ms | Passed |