diff options
Diffstat (limited to 'tests/acceptance/features')
-rw-r--r-- | tests/acceptance/features/header.feature | 10 |
1 files changed, 3 insertions, 7 deletions
diff --git a/tests/acceptance/features/header.feature b/tests/acceptance/features/header.feature index df9d8045b8b..4a8b3cea417 100644 --- a/tests/acceptance/features/header.feature +++ b/tests/acceptance/features/header.feature @@ -46,21 +46,17 @@ 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 Given I am logged in as the admin - 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 open the Contacts menu And I see that the Contacts menu is shown And I see that the contact "user0" in the Contacts menu is shown |