more tests

This commit is contained in:
Kenneth Kehl
2023-10-26 12:05:26 -07:00
parent bd2ea81081
commit 8c9acad081
2 changed files with 4 additions and 2 deletions

View File

@@ -238,7 +238,8 @@ 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 a limit. You can only send 1,000 messages per day and 250,000 messages in total." # noqa
"Notify cannot send these messages because you have reached a limit. "
"You can only send 1,000 messages per day and 250,000 messages in total."
)
assert normalize_spaces(page.select("main p")[2].text) == (
"Upload this spreadsheet again tomorrow or contact the Notify.gov team to raise the limit."