mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-07-24 09:58:43 -04:00
Update ServiceContactDetailsForm with new fields
Changes its: - StringFields to GovukTextInputFields - EmailFields to GovukEmailFields Includes changes to templates that use this form and associated tests.
This commit is contained in:
@@ -4186,7 +4186,7 @@ def test_send_files_by_email_contact_details_does_not_update_invalid_contact_det
|
||||
_follow_redirects=True
|
||||
)
|
||||
|
||||
assert normalize_spaces(page.find('span', class_='error-message').text) == error
|
||||
assert error in page.find('span', class_='govuk-error-message').text
|
||||
assert normalize_spaces(page.h1.text) == "Send files by email"
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user