Use GovukTextInputField in RenameServiceForm

Includes changes to templates that use this form
and associated tests.
This commit is contained in:
Tom Byers
2020-07-14 16:51:11 +01:00
parent 57d5f31be4
commit 87beaf49ae
4 changed files with 4 additions and 6 deletions

View File

@@ -493,7 +493,7 @@ def test_service_name_change_fails_if_new_name_has_less_than_2_alphanumeric_char
)
assert not mock_service_name_is_unique.called
assert not mock_update_service.called
assert page.find("span", {"class": "error-message"})
assert page.find("span", {"class": "govuk-error-message"})
@pytest.mark.parametrize('user, expected_text, expected_link', [