diff --git a/src/registrar/tests/test_admin.py b/src/registrar/tests/test_admin.py index c65d6a16b..990365692 100644 --- a/src/registrar/tests/test_admin.py +++ b/src/registrar/tests/test_admin.py @@ -2263,9 +2263,9 @@ class TestDomainRequestAdmin(MockEppLib): "no_other_contacts_rationale", "anything_else", "has_anything_else_text", + "cisa_representative_email", "cisa_representative_first_name", "cisa_representative_last_name", - "cisa_representative_email", "has_cisa_representative", "is_policy_acknowledged", "submission_date", diff --git a/src/registrar/tests/test_views_request.py b/src/registrar/tests/test_views_request.py index 1c5683424..36e365e85 100644 --- a/src/registrar/tests/test_views_request.py +++ b/src/registrar/tests/test_views_request.py @@ -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"""