mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-06-07 13:05:36 +02:00
Update src/registrar/tests/test_views.py
This commit is contained in:
parent
48f0369743
commit
c3f5c95043
1 changed files with 1 additions and 1 deletions
|
@ -576,7 +576,7 @@ class DomainApplicationTests(TestWithUser, WebTest):
|
||||||
)
|
)
|
||||||
self.app.set_cookie(settings.SESSION_COOKIE_NAME, session_id)
|
self.app.set_cookie(settings.SESSION_COOKIE_NAME, session_id)
|
||||||
contact_page = election_result.follow()
|
contact_page = election_result.follow()
|
||||||
self.assertNotContains(contact_page, "Top level federal agency")
|
self.assertNotContains(contact_page, "Federal agency")
|
||||||
|
|
||||||
@skip("WIP")
|
@skip("WIP")
|
||||||
def test_application_edit_restore(self):
|
def test_application_edit_restore(self):
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue