|
|
|
|
@ -478,7 +478,7 @@ RSpec.describe LettingsLogsController, type: :request do
|
|
|
|
|
expect(page).not_to have_content(excluded_log.tenancycode) |
|
|
|
|
end |
|
|
|
|
|
|
|
|
|
it "dislays how many logs remaining to fix" do |
|
|
|
|
it "displays how many logs remaining to fix" do |
|
|
|
|
get "/lettings-logs?bulk_upload_id[]=#{bulk_upload.id}" |
|
|
|
|
expect(page).to have_content("You need to fix 1 log") |
|
|
|
|
end |
|
|
|
|
|