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>
This commit is contained in:
parent
0e6401933b
commit
c51c3c771f
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue