diff --git a/tests/acceptance/features/login.feature b/tests/acceptance/features/login.feature index ed63e1fc01..047d7398d6 100644 --- a/tests/acceptance/features/login.feature +++ b/tests/acceptance/features/login.feature @@ -12,16 +12,16 @@ Feature: login Then I see that the current page is the Login page And I see that a wrong password message is shown - Scenario: log in with valid user and invalid password once fixed by admin - Given I act as John - And I can not log in with user user0 and password 654231 - When I act as Jane - And I am logged in as the admin - And I open the User settings - And I set the password for user0 to 654321 - And I act as John - And I log in with user user0 and password 654321 - Then I see that the current page is the Files app +# Scenario: log in with valid user and invalid password once fixed by admin +# Given I act as John +# And I can not log in with user user0 and password 654231 +# When I act as Jane +# And I am logged in as the admin +# And I open the User settings +# And I set the password for user0 to 654321 +# And I act as John +# And I log in with user user0 and password 654321 +# Then I see that the current page is the Files app Scenario: try to log in with invalid user Given I visit the Home page