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:
Rachid Mrad 2023-09-26 17:04:38 -04:00
parent afa24e8a8a
commit 2aaa2c6ae5
No known key found for this signature in database
GPG key ID: EF38E4CEC4A8F3CF

View file

@ -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()