Browse Source

edited text to pass remaining tests

pull/627/head
Ted 3 years ago committed by JG
parent
commit
1e13357604
  1. 2
      app/views/layouts/_footer.html.erb
  2. 2
      spec/features/organisation_spec.rb

2
app/views/layouts/_footer.html.erb

@ -29,7 +29,7 @@
</div>
</div>
<h2 class="govuk-visually-hidden">Helpful links</h2>
<h2 class="govuk-visually-hidden"> Users</h2>
<ul class="govuk-footer__inline-list govuk-!-margin-top-6 govuk-!-margin-bottom-0">
<li class="govuk-footer__inline-list-item">
<%= govuk_link_to("Privacy notice", privacy_notice_path, class: "govuk-footer__link") %>

2
spec/features/organisation_spec.rb

@ -192,7 +192,7 @@ RSpec.describe "User Features" do
expect(page).to have_css('[aria-current="page"]', text: "Users")
expect(page).to have_current_path("/organisations/#{org_id}/users")
expect(page).to have_link("Logs")
expect(page).to have_link("About your organisation")
expect(page).to have_link("About this organisation")
end
end
end

Loading…
Cancel
Save