mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-07-20 09:46:06 +02:00
fix test
This commit is contained in:
parent
4ffecdd1c7
commit
e64cf36bb5
1 changed files with 1 additions and 1 deletions
|
@ -953,7 +953,7 @@ class PortfoliosTests(TestWithUser, WebTest):
|
||||||
# Assert that we're on the right page
|
# Assert that we're on the right page
|
||||||
self.assertContains(portfolio_page, self.portfolio.organization_name)
|
self.assertContains(portfolio_page, self.portfolio.organization_name)
|
||||||
|
|
||||||
self.assertContains(portfolio_page, "<h1>Domains</h1>")
|
self.assertContains(portfolio_page, '<h1 class="margin-bottom-neg-2" id="domains-header">Domains</h1>')
|
||||||
|
|
||||||
@less_console_noise_decorator
|
@less_console_noise_decorator
|
||||||
def test_no_redirect_when_org_flag_false(self):
|
def test_no_redirect_when_org_flag_false(self):
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue