diff options
author | Daniel Calviño Sánchez <danxuliu@gmail.com> | 2021-03-07 17:52:30 +0100 |
---|---|---|
committer | Daniel Calviño Sánchez <danxuliu@gmail.com> | 2021-03-07 18:34:10 +0100 |
commit | c51c3c771f74e99acc65c02dbbe6fbb2a421120d (patch) | |
tree | ca15e4a313afd6049f0788c08a13c2633aa643ec /tests/acceptance | |
parent | 0e6401933b1474eeb1f2adb9dda236e06c215c46 (diff) | |
download | nextcloud-server-c51c3c771f74e99acc65c02dbbe6fbb2a421120d.tar.gz nextcloud-server-c51c3c771f74e99acc65c02dbbe6fbb2a421120d.zip |
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.feature | 5 |
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 |