Update content

This commit is contained in:
Rebecca Law
2021-07-14 09:54:28 +01:00
parent af7882e5a4
commit cca94e956b
2 changed files with 10 additions and 3 deletions

View File

@@ -236,8 +236,12 @@ def test_should_show_job_with_sending_limit_exceeded_status(
service_id=service_one['id'],
job_id=fake_uuid,
)
assert normalize_spaces(page.select('main p')[1].text) == (
"You have exceeded your daily sending limits. You can upload your CSV tomorrow or contact the GOV.UK Notify team"
"Notify cannot send these messages because you have reached your daily limit. You can only send 1,000 messages per day." # noqa
)
assert normalize_spaces(page.select('main p')[2].text) == (
"Upload this spreadsheet again tomorrow or contact the GOV.UK Notify team to raise the limit."
)