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
diff options
context:
space:
mode:
authorDaniel Calviño Sánchez <danxuliu@gmail.com>2021-03-07 19:52:30 +0300
committerDaniel Calviño Sánchez <danxuliu@gmail.com>2021-03-07 20:34:10 +0300
commitc51c3c771f74e99acc65c02dbbe6fbb2a421120d (patch)
treeca15e4a313afd6049f0788c08a13c2633aa643ec /tests/acceptance
parent0e6401933b1474eeb1f2adb9dda236e06c215c46 (diff)
Remove unneeded steps to add already existing user
User "user1" is added when installing and configuring the server, so it is already added in all tests. Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
Diffstat (limited to 'tests/acceptance')
-rw-r--r--tests/acceptance/features/header.feature5
1 files changed, 0 insertions, 5 deletions
diff --git a/tests/acceptance/features/header.feature b/tests/acceptance/features/header.feature
index b91552f10f8..4a8b3cea417 100644
--- a/tests/acceptance/features/header.feature
+++ b/tests/acceptance/features/header.feature
@@ -57,11 +57,6 @@ Feature: header
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