|
|
|
@ -154,7 +154,7 @@ RSpec.describe TasklistHelper do |
|
|
|
|
|
|
|
|
|
|
|
it "returns relevant text" do |
|
|
|
it "returns relevant text" do |
|
|
|
expect(review_log_text(lettings_log)).to eq( |
|
|
|
expect(review_log_text(lettings_log)).to eq( |
|
|
|
"You can #{govuk_link_to 'review and make changes to this log', review_lettings_log_path(lettings_log)} until 1 July 2023.".html_safe, |
|
|
|
"You can #{govuk_link_to 'review and make changes to this log', review_lettings_log_path(lettings_log)} until 9 June 2023.".html_safe, |
|
|
|
) |
|
|
|
) |
|
|
|
end |
|
|
|
end |
|
|
|
end |
|
|
|
end |
|
|
|
@ -165,7 +165,7 @@ RSpec.describe TasklistHelper do |
|
|
|
|
|
|
|
|
|
|
|
it "returns relevant text" do |
|
|
|
it "returns relevant text" do |
|
|
|
expect(review_log_text(lettings_log)).to eq( |
|
|
|
expect(review_log_text(lettings_log)).to eq( |
|
|
|
"You can #{govuk_link_to 'review and make changes to this log', review_lettings_log_path(lettings_log)} until 9 June 2024.".html_safe, |
|
|
|
"You can #{govuk_link_to 'review and make changes to this log', review_lettings_log_path(lettings_log)} until 7 June 2024.".html_safe, |
|
|
|
) |
|
|
|
) |
|
|
|
end |
|
|
|
end |
|
|
|
end |
|
|
|
end |
|
|
|
|