mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-07-28 05:26:28 +02:00
remove unneeded print
This commit is contained in:
parent
878b22232e
commit
d907463e85
1 changed files with 0 additions and 1 deletions
|
@ -3146,7 +3146,6 @@ class TestDomainRequestWizard(TestWithUser, WebTest):
|
|||
|
||||
# Assert that we're on the organization page
|
||||
self.assertContains(detail_page, portfolio.organization_name)
|
||||
print(f"what is the page? {detail_page}")
|
||||
|
||||
# We should only see one unlocked step
|
||||
self.assertContains(detail_page, "#check_circle", count=4)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue