mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-05-18 10:29:23 +02:00
More unit test fixes
This commit is contained in:
parent
65cb2dfb41
commit
73826c306d
2 changed files with 3 additions and 3 deletions
|
@ -1041,8 +1041,8 @@ class DomainRequestTests(TestWithUser, WebTest):
|
|||
|
||||
self.app.set_cookie(settings.SESSION_COOKIE_NAME, session_id)
|
||||
|
||||
self.assertContains(response, "Enter your first name / given name.")
|
||||
self.assertContains(response, "Enter your last name / family name.")
|
||||
self.assertContains(response, "Enter the first name / given name of the CISA regional representative.")
|
||||
self.assertContains(response, "Enter the last name / family name of the CISA regional representative.")
|
||||
|
||||
def test_if_anything_else_yes_no_form_is_yes_then_field_is_required(self):
|
||||
"""Applicants with a anything else must provide a value"""
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue