diff options
author | Morris Jobke <hey@morrisjobke.de> | 2019-03-12 17:06:04 +0100 |
---|---|---|
committer | Morris Jobke <hey@morrisjobke.de> | 2019-03-13 18:01:24 +0100 |
commit | 38dd3da92bf6b8fd5e180b03bae28806f731992b (patch) | |
tree | 594a6240b7a3a56acbbb0841d58954e6cfe64647 | |
parent | a5e42f95c6ee19a70a92011a20ce8e045a1567a1 (diff) | |
download | nextcloud-server-38dd3da92bf6b8fd5e180b03bae28806f731992b.tar.gz nextcloud-server-38dd3da92bf6b8fd5e180b03bae28806f731992b.zip |
Disable fragile user acceptance tests
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
-rw-r--r-- | tests/acceptance/features/users.feature | 36 |
1 files changed, 18 insertions, 18 deletions
diff --git a/tests/acceptance/features/users.feature b/tests/acceptance/features/users.feature index c1bda44727b..263e9fddfc0 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 |