Browse Source

correct title when no logs for support usert

pull/641/head
JG 3 years ago
parent
commit
d5aebacdb0
  1. 2
      spec/requests/case_logs_controller_spec.rb

2
spec/requests/case_logs_controller_spec.rb

@ -191,7 +191,7 @@ RSpec.describe CaseLogsController, type: :request do
it "page has correct title" do it "page has correct title" do
get "/logs", headers: headers, params: {} get "/logs", headers: headers, params: {}
expect(page).to have_title("Your organisation (Logs) - Submit social housing lettings and sales data (CORE) - GOV.UK") expect(page).to have_title("Logs - Submit social housing lettings and sales data (CORE) - GOV.UK")
end end
end end

Loading…
Cancel
Save