remove unneeded print

This commit is contained in:
zandercymatics 2024-10-09 08:28:38 -06:00
parent 878b22232e
commit d907463e85
No known key found for this signature in database
GPG key ID: FF4636ABEC9682B7

View file

@ -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)