2767 passing

This commit is contained in:
jimmoffet
2022-08-05 00:25:03 -07:00
parent f48872b4cc
commit dad051a662
71 changed files with 497 additions and 374 deletions
+2 -2
View File
@@ -237,10 +237,10 @@ def test_should_show_job_with_sending_limit_exceeded_status(
)
assert normalize_spaces(page.select('main p')[1].text) == (
"Notify cannot send these messages because you have reached your daily limit. You can only send 1,000 messages per day." # noqa
"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."
"Upload this spreadsheet again tomorrow or contact the US Notify team to raise the limit."
)