summaryrefslogtreecommitdiff
path: root/features/steps
diff options
context:
space:
mode:
Diffstat (limited to 'features/steps')
-rw-r--r--features/steps/shared/paths.rb4
1 files changed, 2 insertions, 2 deletions
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