|
|
|
@ -13,8 +13,15 @@ Feature: Data Coordinator Features
|
|
|
|
|
Then I see information about your organisation |
|
|
|
|
And the about your organisation navigation bar is highlighted |
|
|
|
|
|
|
|
|
|
@wip |
|
|
|
|
Scenario: Viewing your account |
|
|
|
|
When I visit the your account page |
|
|
|
|
Then I see information about my account |
|
|
|
|
And the no links in navigation bar are highlighted |
|
|
|
|
|
|
|
|
|
@wip |
|
|
|
|
Scenario: Changing your password |
|
|
|
|
When I visit the your account page |
|
|
|
|
And I click to change my password |
|
|
|
|
And I fill in new password and confirmation |
|
|
|
|
And I click to update my password |
|
|
|
|
Then my password should be updated |
|
|
|
|