summaryrefslogtreecommitdiff
path: root/features/steps/shared
diff options
context:
space:
mode:
authorStan Hu <stanhu@gmail.com>2017-08-31 20:50:05 -0700
committerStan Hu <stanhu@gmail.com>2017-08-31 20:50:05 -0700
commitf045903541ace5cf4fd3c6e4a05ecfd264c1c621 (patch)
treeee6aaf013d92766e7184b3e0772e1e5fa99a20e4 /features/steps/shared
parentf2c60eba25fc001974a61373bc380528416932a2 (diff)
parent8713afe61fb1beaff4d550a60b88d274c47006ea (diff)
downloadgitlab-ce-f045903541ace5cf4fd3c6e4a05ecfd264c1c621.tar.gz
Merge branch 'master' into sh-headless-chrome-support
Diffstat (limited to 'features/steps/shared')
-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 830263fd038..be69a96c3ee 100644
--- a/features/steps/shared/paths.rb
+++ b/features/steps/shared/paths.rb
@@ -304,10 +304,6 @@ module SharedPaths
visit project_commits_path(@project, 'stable', { limit: 5 })
end
- step 'I visit project source page' do
- visit project_tree_path(@project, root_ref)
- end
-
step 'I visit blob file from repo' do
visit project_blob_path(@project, File.join(sample_commit.id, sample_blob.path))
end