diff --git a/tests/acceptance/features/users.feature b/tests/acceptance/features/users.feature index c1bda44727..263e9fddfc 100644 --- a/tests/acceptance/features/users.feature +++ b/tests/acceptance/features/users.feature @@ -113,15 +113,15 @@ Feature: users When I toggle the showUserBackend checkbox in the settings Then I see that the "User backend" column is shown - Scenario: change display name - Given I act as Jane - And I am logged in as the admin - And I open the User settings - And I see that the list of users contains the user user0 - And I see that the displayName of user0 is user0 - When I set the displayName for user0 to user1 - And I see that the displayName cell for user user0 is done loading - Then I see that the displayName of user0 is user1 +# Scenario: change display name +# Given I act as Jane +# And I am logged in as the admin +# And I open the User settings +# And I see that the list of users contains the user user0 +# And I see that the displayName of user0 is user0 +# When I set the displayName for user0 to user1 +# And I see that the displayName cell for user user0 is done loading +# Then I see that the displayName of user0 is user1 Scenario: change password Given I act as Jane @@ -134,15 +134,15 @@ Feature: users # password input is emptied on change Then I see that the password of user0 is "" - Scenario: change email - Given I act as Jane - And I am logged in as the admin - And I open the User settings - And I see that the list of users contains the user user0 - And I see that the mailAddress of user0 is "" - When I set the mailAddress for user0 to "test@nextcloud.com" - And I see that the mailAddress cell for user user0 is done loading - Then I see that the mailAddress of user0 is "test@nextcloud.com" +# Scenario: change email +# Given I act as Jane +# And I am logged in as the admin +# And I open the User settings +# And I see that the list of users contains the user user0 +# And I see that the mailAddress of user0 is "" +# When I set the mailAddress for user0 to "test@nextcloud.com" +# And I see that the mailAddress cell for user user0 is done loading +# Then I see that the mailAddress of user0 is "test@nextcloud.com" Scenario: change user quota Given I act as Jane