diff options
author | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2012-09-14 19:13:25 +0300 |
---|---|---|
committer | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2012-09-14 19:13:25 +0300 |
commit | dc37c8aaae29f2340ba3fd0bcda08c937010abde (patch) | |
tree | d047baebdcf824b33e3da3deacff38902b3fb4df /features/profile | |
parent | 8f9a450eedc5b5fc13e24788ab67f2de928dd83a (diff) | |
download | gitlab-ce-dc37c8aaae29f2340ba3fd0bcda08c937010abde.tar.gz |
Refactored profile area
Diffstat (limited to 'features/profile')
-rw-r--r-- | features/profile/profile.feature | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/features/profile/profile.feature b/features/profile/profile.feature index f4b2f198f0a..03cb7a13a6e 100644 --- a/features/profile/profile.feature +++ b/features/profile/profile.feature @@ -12,7 +12,7 @@ Feature: Profile And I should see new contact info Scenario: I change my password - Given I visit profile password page + Given I visit profile account page Then I change my password And I should be redirected to sign in page |