Commit 6dff16a6 authored by Dmitriy Zaporozhets's avatar Dmitriy Zaporozhets

Merge branch 'readme-anchor' of https://dev.gitlab.org/dzaporozhets/gitlabhq into 7-4-pre

parents 630d0424 d771253b
%article.readme-holder#README %article.readme-holder#README
%h4.readme-file-title = link_to '#README' do
%i.icon-file %h4.readme-file-title
= readme.name %i.icon-file
= readme.name
.wiki .wiki
= render_readme(readme) = render_readme(readme)
...@@ -77,7 +77,9 @@ class ProjectBrowseFiles < Spinach::FeatureSteps ...@@ -77,7 +77,9 @@ class ProjectBrowseFiles < Spinach::FeatureSteps
end end
step 'I click on readme file' do step 'I click on readme file' do
click_link 'README.md' within '.tree-table' do
click_link 'README.md'
end
end end
step 'I see Browse file link' do step 'I see Browse file link' do
......
...@@ -79,9 +79,17 @@ class Spinach::Features::ProjectMarkdownRender < Spinach::FeatureSteps ...@@ -79,9 +79,17 @@ class Spinach::Features::ProjectMarkdownRender < Spinach::FeatureSteps
end end
And 'I navigate to the doc/api/README' do And 'I navigate to the doc/api/README' do
click_link "doc" within '.tree-table' do
click_link "api" click_link "doc"
click_link "README.md" end
within '.tree-table' do
click_link "api"
end
within '.tree-table' do
click_link "README.md"
end
end end
And 'I see correct file rendered' do And 'I see correct file rendered' do
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment