get rid of some noise in status updates

This commit is contained in:
Kenneth Kehl
2025-01-16 08:38:51 -08:00
parent 92935867ea
commit 3e8015ed50
5 changed files with 31 additions and 10 deletions
+2 -3
View File
@@ -144,9 +144,8 @@ def test_should_return_200_when_email_is_not_gov_uk(
_expected_status=200,
)
assert (
"Enter a public sector email address."
in normalize_spaces(page.select_one(".usa-error-message").text)
assert "Enter a public sector email address." in normalize_spaces(
page.select_one(".usa-error-message").text
)