Update src/registrar/tests/test_views.py

This commit is contained in:
Neil MartinsenBurrell 2022-12-08 18:45:40 -06:00 committed by GitHub
parent 48f0369743
commit c3f5c95043
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -576,7 +576,7 @@ class DomainApplicationTests(TestWithUser, WebTest):
)
self.app.set_cookie(settings.SESSION_COOKIE_NAME, session_id)
contact_page = election_result.follow()
self.assertNotContains(contact_page, "Top level federal agency")
self.assertNotContains(contact_page, "Federal agency")
@skip("WIP")
def test_application_edit_restore(self):