mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-07-28 21:46:33 +02:00
Update test_views_request.py
This commit is contained in:
parent
14f861b81e
commit
f5cc5a6349
1 changed files with 1 additions and 1 deletions
|
@ -3209,7 +3209,7 @@ class TestDomainRequestWizard(TestWithUser, WebTest):
|
||||||
# We shouldn't show the "domains" and "domain requests" buttons
|
# We shouldn't show the "domains" and "domain requests" buttons
|
||||||
# on this page.
|
# on this page.
|
||||||
self.assertNotContains(detail_page, "Domains")
|
self.assertNotContains(detail_page, "Domains")
|
||||||
self.assertNotContains(detail_page, "Domain requests")
|
self.assertNotContains(detail_page, "<span>Domain requests")
|
||||||
else:
|
else:
|
||||||
self.fail(f"Expected a redirect, but got a different response: {response}")
|
self.fail(f"Expected a redirect, but got a different response: {response}")
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue