Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorkesselb <mail@danielkesselberg.de>2021-03-08 12:18:46 +0300
committerGitHub <noreply@github.com>2021-03-08 12:18:46 +0300
commit2ddf3c9df0f176ea7c90e2fb82fd66048766f94b (patch)
tree6b255d7228632944ee7e57471a4893fccb42d8ef /tests
parent615721df822763640adac016d9bf5a637c0a0360 (diff)
parentc51c3c771f74e99acc65c02dbbe6fbb2a421120d (diff)
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')
-rw-r--r--tests/acceptance/features/header.feature10
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