Commit 52ca66fc authored by Achilleas Pipinellis's avatar Achilleas Pipinellis

Merge branch 'refactor-landing-page' into 'master'

Refactor landing page CE

See merge request gitlab-org/gitlab-ce!23215
parents 63ee3b22 b49734d0
This diff is collapsed.
......@@ -4,7 +4,7 @@ describe 'Help Pages' do
describe 'Get the main help page' do
shared_examples_for 'help page' do |prefix: ''|
it 'prefixes links correctly' do
expect(page).to have_selector(%(div.documentation-index > ul a[href="#{prefix}/help/api/README.md"]))
expect(page).to have_selector(%(div.documentation-index > table tbody tr td a[href="#{prefix}/help/api/README.md"]))
end
end
......
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