mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-07-27 04:58:42 +02:00
changes so far
This commit is contained in:
parent
30d7e561ef
commit
f40ef08cba
2 changed files with 19 additions and 3 deletions
|
@ -1508,6 +1508,8 @@ class TestDomainRequestAdmin(MockEppLib):
|
|||
self.assertContains(response, "Meoward Jones")
|
||||
|
||||
# == Check for the senior_official == #
|
||||
print("SENIOR OFFICIAL")
|
||||
print(response.content.decode("utf-8"))
|
||||
self.assertContains(response, "testy@town.com", count=2)
|
||||
expected_so_fields = [
|
||||
# Field, expected value
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue