mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-08-13 21:19:42 +02:00
Change count on test
This commit is contained in:
parent
8fb83afcae
commit
c60c4126f6
1 changed files with 1 additions and 1 deletions
|
@ -96,7 +96,7 @@ class LoggedInTests(TestWithUser):
|
||||||
response = self.client.get("/")
|
response = self.client.get("/")
|
||||||
|
|
||||||
# count = 5 because of screenreader content
|
# count = 5 because of screenreader content
|
||||||
self.assertContains(response, "igorville.gov", count=4)
|
self.assertContains(response, "igorville.gov", count=5)
|
||||||
|
|
||||||
# clean up
|
# clean up
|
||||||
application.delete()
|
application.delete()
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue