And An exception was thrown | 0 ms | Passed |
But I expect the exception "KapuaIllegalArgumentException" with the text "Value less than allowed min length. Min length is 3." | 0 ms | Passed |
Given I prepare a role creator with name "roleName" and description "roleDescription" | 0 ms | Passed |
Scenario: Change role name so it is too short | 3 ms | Passed |
Then I update the role name to "ro" | 0 ms | Passed |
When I create a new role entity from the existing creator | 0 ms | Passed |