Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHannes Rosenögger <123haynes@gmail.com>2015-04-13 23:09:44 +0300
committerHannes Rosenögger <123haynes@gmail.com>2015-04-13 23:46:18 +0300
commita9306613f6502611d6f1eae268e82ed53943fa6c (patch)
tree5958459ee38b0eedbc5af3a59f70e1cd6305d7a6 /features/steps/shared/paths.rb
parent63f0f6f31508c96f12e6e5c63af500b8cac6d13a (diff)
The help link has been removed. The commit removes the test for it.
Diffstat (limited to 'features/steps/shared/paths.rb')
-rw-r--r--features/steps/shared/paths.rb4
1 files changed, 0 insertions, 4 deletions
diff --git a/features/steps/shared/paths.rb b/features/steps/shared/paths.rb
index e3cf1b92cda..8ce17b94142 100644
--- a/features/steps/shared/paths.rb
+++ b/features/steps/shared/paths.rb
@@ -83,10 +83,6 @@ module SharedPaths
visit search_path
end
- step 'I visit dashboard help page' do
- visit help_path
- end
-
step 'I visit dashboard groups page' do
visit dashboard_groups_path
end