mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-08-05 01:11:55 +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)
|
||||
response = self.client.get("/")
|
||||
|
||||
# count = 5 because it is also in screenreader content, and in the delete modal
|
||||
self.assertContains(response, "igorville.gov", count=5)
|
||||
# count = 6 because it is also in screenreader content, and in the delete modal
|
||||
self.assertContains(response, "igorville.gov", count=6)
|
||||
|
||||
# clean up
|
||||
application.delete()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue