mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-08-05 01:11:55 +02:00
Update test_views_domain.py
This commit is contained in:
parent
c4d8c1a38d
commit
5f646ce269
1 changed files with 1 additions and 1 deletions
|
@ -1126,7 +1126,7 @@ class TestDomainSeniorOfficial(TestDomainOverview):
|
|||
# However, the page should contain the SO on portfolio
|
||||
page = self.app.get(reverse("domain-senior-official", kwargs={"pk": self.domain.id}))
|
||||
|
||||
# Make sure that we're on the portfolio page.
|
||||
# Make sure that we're in the portfolio "view".
|
||||
# This also implicity tests that the flag is working.
|
||||
self.assertContains(page, "Suborganization")
|
||||
self.assertNotContains(page, "Organization name")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue