summaryrefslogtreecommitdiff
path: root/features/steps/shared/paths.rb
diff options
context:
space:
mode:
authorCiro Santilli <ciro.santilli@gmail.com>2014-08-08 16:03:58 +0200
committerCiro Santilli <ciro.santilli@gmail.com>2014-09-01 10:26:47 +0200
commit81336bd2b52bdbee9a1199f78e7da001814fae84 (patch)
treef85153e7ec1c3ef01e27c2f8c751b9ae0065f2dc /features/steps/shared/paths.rb
parent174c00cf2c026a3bdc61d94b45195a5e5c99202f (diff)
downloadgitlab-ce-81336bd2b52bdbee9a1199f78e7da001814fae84.tar.gz
Add permalink to fixed SHA URL on blob view.
Diffstat (limited to 'features/steps/shared/paths.rb')
-rw-r--r--features/steps/shared/paths.rb6
1 files changed, 6 insertions, 0 deletions
diff --git a/features/steps/shared/paths.rb b/features/steps/shared/paths.rb
index 0d06383509f..276947dc060 100644
--- a/features/steps/shared/paths.rb
+++ b/features/steps/shared/paths.rb
@@ -269,6 +269,12 @@ module SharedPaths
visit project_tree_path(@project, "6d39438")
end
+ step 'I visit project source page for' \
+ ' "6d394385cf567f80a8fd85055db1ab4c5295806f"' do
+ visit project_tree_path(@project,
+ '6d394385cf567f80a8fd85055db1ab4c5295806f')
+ end
+
step 'I visit project tags page' do
visit project_tags_path(@project)
end