Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Disable fragile user acceptance tests
Signed-off-by: Morris Jobke <[email protected]>
  • Loading branch information
MorrisJobke committed Mar 13, 2019
commit 75ccff42dcd99747f7edfbe54b9890f4fc49fd85
36 changes: 18 additions & 18 deletions tests/acceptance/features/users.feature
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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 "[email protected]"
And I see that the mailAddress cell for user user0 is done loading
Then I see that the mailAddress of user0 is "[email protected]"
# 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 "[email protected]"
# And I see that the mailAddress cell for user user0 is done loading
# Then I see that the mailAddress of user0 is "[email protected]"

Scenario: change user quota
Given I act as Jane
Expand Down