mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-08-14 21:44:08 +02:00
Update test_views.py
This commit is contained in:
parent
fed4432207
commit
ba04cf7f87
1 changed files with 2 additions and 2 deletions
|
@ -89,8 +89,8 @@ class LoggedInTests(TestWithUser):
|
||||||
application = DomainApplication.objects.create(creator=self.user, requested_domain=site)
|
application = DomainApplication.objects.create(creator=self.user, requested_domain=site)
|
||||||
response = self.client.get("/")
|
response = self.client.get("/")
|
||||||
|
|
||||||
# count = 5 because it is also in screenreader content, and in the delete modal
|
# count = 6 because it is also in screenreader content, and in the delete modal
|
||||||
self.assertContains(response, "igorville.gov", count=5)
|
self.assertContains(response, "igorville.gov", count=6)
|
||||||
|
|
||||||
# clean up
|
# clean up
|
||||||
application.delete()
|
application.delete()
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue