summaryrefslogtreecommitdiff
path: root/features
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2012-09-14 19:13:25 +0300
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2012-09-14 19:13:25 +0300
commitdc37c8aaae29f2340ba3fd0bcda08c937010abde (patch)
treed047baebdcf824b33e3da3deacff38902b3fb4df /features
parent8f9a450eedc5b5fc13e24788ab67f2de928dd83a (diff)
downloadgitlab-ce-dc37c8aaae29f2340ba3fd0bcda08c937010abde.tar.gz
Refactored profile area
Diffstat (limited to 'features')
-rw-r--r--features/profile/profile.feature2
-rw-r--r--features/steps/shared/paths.rb4
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