summaryrefslogtreecommitdiff
path: root/features/steps/shared
diff options
context:
space:
mode:
Diffstat (limited to 'features/steps/shared')
-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 112ace342f0..f4df4874d2f 100644
--- a/features/steps/shared/paths.rb
+++ b/features/steps/shared/paths.rb
@@ -103,8 +103,8 @@ module SharedPaths
visit dashboard_groups_path
end
- step 'I visit dashboard task queue page' do
- visit dashboard_tasks_path
+ step 'I visit dashboard todos page' do
+ visit dashboard_todos_path
end
step 'I should be redirected to the dashboard groups page' do