And I configure the tag service | 0 ms | Passed |
And I logout | 0 ms | Passed |
Given I login as user with name "kapua-sys" and password "kapua-password" | 0 ms | Passed |
Scenario: Creating Tag With Too Short Name Without Description | 9 ms | Passed |
Then An exception was thrown | 0 ms | Passed |
Then I expect the exception "KapuaIllegalArgumentException" with the text "An illegal value was provided for the argument tagCreator.name: Value less than allowed min length. Min length is 3." | 0 ms | Passed |
When I create tag with name "a" without description | 0 ms | Passed |