trim non-existant pages further

This commit is contained in:
stvnrlly
2022-11-02 11:02:32 -04:00
parent 9692185cd6
commit 3386317f5b
6 changed files with 3 additions and 16 deletions

View File

@@ -125,7 +125,7 @@ def test_should_return_200_when_email_is_not_gov_uk(
page.select_one('.govuk-error-message').text
)
assert page.select_one('.govuk-error-message a')['href'] == url_for(
'main.who_can_use_notify'
'main.features'
)