OpenProject is the leading open source project management software.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
openproject/features/user_settings.feature

11 lines
402 B

Feature: User settings
Scenario: A user can change its task color
Given there is 1 user with the following:
| login | bob |
And I am already logged in as "bob"
And I go to the my account page
And I fill in "Task color" with "#FBC4B3"
And I click on "Save"
Then I should see "Account was successfully updated"
And the "Task color" field should contain "#FBC4B3"