summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEvan Read <eread@gitlab.com>2018-11-20 08:30:00 +1000
committerEvan Read <eread@gitlab.com>2018-11-20 08:30:00 +1000
commitf0e701c40f351c14629640108ab64447d1addd58 (patch)
tree88132ad1b0941108cfd552b7c987c5cb0857b1fe
parent256eb6367e85634797f3478c45ec91f2923bd520 (diff)
downloadgitlab-ce-refactor-ce-landing-page.tar.gz
Change test because page structure has changedrefactor-ce-landing-page
-rw-r--r--spec/features/help_pages_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/features/help_pages_spec.rb b/spec/features/help_pages_spec.rb
index 0d04ed612c2..76d7fdc0096 100644
--- a/spec/features/help_pages_spec.rb
+++ b/spec/features/help_pages_spec.rb
@@ -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 > a[href="#{prefix}/help/api/README.md"]))
end
end