From c51c3c771f74e99acc65c02dbbe6fbb2a421120d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Calvi=C3=B1o=20S=C3=A1nchez?= Date: Sun, 7 Mar 2021 17:52:30 +0100 Subject: [PATCH] Remove unneeded steps to add already existing user MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 --- tests/acceptance/features/header.feature | 5 ----- 1 file changed, 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