require'spec_helper'RSpec.describe'Dashboard Help',feature: truedobeforedologin_as(:user)endit'renders correctly markdown'dovisithelp_page_path("administration/raketasks/maintenance")expect(page).tohave_content('Gather information about GitLab and the system it runs on')node=find('.documentation h2 a#user-content-check-gitlab-configuration')expect(node[:href]).toeq'#check-gitlab-configuration'expect(find(:xpath,"#{node.path}/..").text).toeq'Check GitLab configuration'endend