diff options
-rw-r--r-- | tests/acceptance/features/header.feature | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/tests/acceptance/features/header.feature b/tests/acceptance/features/header.feature index df9d8045b8b..b91552f10f8 100644 --- a/tests/acceptance/features/header.feature +++ b/tests/acceptance/features/header.feature @@ -46,12 +46,13 @@ Feature: header And I open the User settings And I click the New user button And I see that the new user form is shown - And I create user user1 with password 123456acb - And I see that the list of users contains the user user1 + And I create user user2 with password 123456acb + And I see that the list of users contains the user user2 When I open the Contacts menu Then I see that the Contacts menu is shown And I see that the contact "user0" in the Contacts menu is shown And I see that the contact "user1" in the Contacts menu is shown + And I see that the contact "user2" in the Contacts menu is shown And I see that the contact "admin" in the Contacts menu is not shown Scenario: search for other users in the contacts menu |