mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-05-19 10:59:21 +02:00
Update src/registrar/tests/test_views.py
Co-authored-by: zandercymatics <141044360+zandercymatics@users.noreply.github.com>
This commit is contained in:
parent
a4293b4aac
commit
7087434d76
1 changed files with 0 additions and 5 deletions
|
@ -785,11 +785,6 @@ class DomainApplicationTests(TestWithUser, WebTest):
|
|||
|
||||
other_contacts_form = other_contacts_page.forms[0]
|
||||
|
||||
# DEBUG print statements
|
||||
for f in other_contacts_form.fields:
|
||||
if "submit" not in f:
|
||||
print(f)
|
||||
print(other_contacts_form[f].value)
|
||||
|
||||
# Minimal check to ensure the form is loaded with data (if this part of
|
||||
# the application doesn't work, we should be equipped with other unit
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue