And I logout | 0 ms | Passed |
And I select account "kapua-sys" | 0 ms | Passed |
Given I expect the exception "KapuaDuplicateNameException" with the text "*" | 0 ms | Passed |
Given I login as user with name "kapua-sys" and password "kapua-password" | 0 ms | Passed |
Scenario: Creating An Account With Non-unique Name | 6 ms | Passed |
Then An exception was thrown | 0 ms | Passed |
When I create an account with name "account-1", organization name "organization" and email address "org@abc.com" | 0 ms | Passed |
When I create an account with name "account-1", organization name "organization2" and email address "org2@abc.com" | 0 ms | Passed |