summaryrefslogtreecommitdiff
path: root/features/steps/shared/paths.rb
diff options
context:
space:
mode:
authorDouwe Maan <douwe@gitlab.com>2015-09-09 09:29:42 +0100
committerDouwe Maan <douwe@gitlab.com>2015-09-09 09:29:42 +0100
commit89f166021f12aec575ec1b9f4dc82a824bc19950 (patch)
tree1b2244a06f547ddf2ffd5db1532d48296d3415ff /features/steps/shared/paths.rb
parent5c961b9cc5a48cfdfe7c1bee91f29138e167b058 (diff)
downloadgitlab-ce-89f166021f12aec575ec1b9f4dc82a824bc19950.tar.gz
Fix snippets exploration test
Diffstat (limited to 'features/steps/shared/paths.rb')
-rw-r--r--features/steps/shared/paths.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/features/steps/shared/paths.rb b/features/steps/shared/paths.rb
index 2ec126e1e94..eb978620da6 100644
--- a/features/steps/shared/paths.rb
+++ b/features/steps/shared/paths.rb
@@ -460,7 +460,7 @@ module SharedPaths
end
step 'I visit snippets page' do
- visit snippets_path
+ visit explore_snippets_path
end
step 'I visit new snippet page' do