mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-09-06 17:38:25 -04:00
Update content
This commit is contained in:
@@ -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."
|
||||
)
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user