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 | |
| parent | 8f9a450eedc5b5fc13e24788ab67f2de928dd83a (diff) | |
| download | gitlab-ce-dc37c8aaae29f2340ba3fd0bcda08c937010abde.tar.gz | |
Refactored profile area
Diffstat (limited to 'features')
| -rw-r--r-- | features/profile/profile.feature | 2 | ||||
| -rw-r--r-- | features/steps/shared/paths.rb | 4 |
2 files changed, 3 insertions, 3 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 diff --git a/features/steps/shared/paths.rb b/features/steps/shared/paths.rb index 05ae88e63e9..b0028f9c27e 100644 --- a/features/steps/shared/paths.rb +++ b/features/steps/shared/paths.rb @@ -21,8 +21,8 @@ module SharedPaths visit profile_path end - Given 'I visit profile password page' do - visit profile_password_path + Given 'I visit profile account page' do + visit profile_account_path end Given 'I visit profile token page' do |
