Fixing tests

This commit is contained in:
alexjanousekGSA
2025-01-13 15:38:23 -05:00
parent 2cfb069c9c
commit 5994183c71
2 changed files with 3 additions and 2 deletions

View File

@@ -145,7 +145,7 @@ def test_should_return_200_when_email_is_not_gov_uk(
)
assert (
"Enter a public sector email address or find out who can use Notify"
"Enter a public sector email address."
in normalize_spaces(page.select_one(".usa-error-message").text)
)