diff options
author | kesselb <mail@danielkesselberg.de> | 2021-03-08 10:18:46 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-03-08 10:18:46 +0100 |
commit | 2ddf3c9df0f176ea7c90e2fb82fd66048766f94b (patch) | |
tree | 6b255d7228632944ee7e57471a4893fccb42d8ef /tests/acceptance/features | |
parent | 615721df822763640adac016d9bf5a637c0a0360 (diff) | |
parent | c51c3c771f74e99acc65c02dbbe6fbb2a421120d (diff) | |
download | nextcloud-server-2ddf3c9df0f176ea7c90e2fb82fd66048766f94b.tar.gz nextcloud-server-2ddf3c9df0f176ea7c90e2fb82fd66048766f94b.zip |
Merge pull request #25990 from nextcloud/do-not-try-to-add-an-existing-user-again-in-acceptance-tests
Do not try to add an existing user again in acceptance tests
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 |