This commit is contained in:
David Kennedy 2024-01-16 15:30:23 -05:00
parent 76ec2b030a
commit adea22fe9f
No known key found for this signature in database
GPG key ID: 6528A5386E66B96B

View file

@ -3087,7 +3087,7 @@ class TestDomainAuthorizingOfficial(TestDomainOverview):
# ao_pk is the initial pk of the authorizing official. set it before update
# to be able to verify after update that the same contact object is in place
ao_pk = self.domain_information.authorizing_official.id
result = ao_form.submit()
ao_form.submit()
# refresh domain information
self.domain_information.refresh_from_db()
@ -3129,6 +3129,7 @@ class TestDomainAuthorizingOfficial(TestDomainOverview):
self.assertEqual("Testy", other_contact.first_name)
self.assertEqual(ao_pk, other_contact.id)
class TestDomainOrganization(TestDomainOverview):
def test_domain_org_name_address(self):
"""Can load domain's org name and mailing address page."""