Test Result : Scenario: Changing role's name to a valid one
0 failures
6 tests
All Tests
Test name | Duration | Status |
And I update the role name to "roleName2" | 0 ms | Passed |
And No exception was thrown | 0 ms | Passed |
Given I prepare a role creator with name "roleName" and description "roleDescription" | 0 ms | Passed |
Scenario: Changing role's name to a valid one | 2 ms | Passed |
Then I find a role with name "roleName2" | 0 ms | Passed |
When I create a new role entity from the existing creator | 0 ms | Passed |