mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-07-23 11:16:07 +02:00
Edit test_home_lists_domains to make sure that if ever the object literals for domain state are changed, a test will fail to indicate that a change to template is needed
This commit is contained in:
parent
afa24e8a8a
commit
2aaa2c6ae5
1 changed files with 1 additions and 0 deletions
|
@ -94,6 +94,7 @@ class LoggedInTests(TestWithUser):
|
|||
response = self.client.get("/")
|
||||
# count = 2 because it is also in screenreader content
|
||||
self.assertContains(response, "igorville.gov", count=2)
|
||||
self.assertContains(response, "DNS Needed")
|
||||
# clean up
|
||||
role.delete()
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue