Update text for ao example test

This commit is contained in:
igorkorenfeld 2023-01-23 13:03:57 -05:00
parent d069f7ed17
commit e65b19ae0a
No known key found for this signature in database
GPG key ID: 826947A4B867F659

View file

@ -802,7 +802,7 @@ class DomainApplicationTests(TestWithUser, WebTest):
# Go back to AO page and test the dynamic text changed
self.app.set_cookie(settings.SESSION_COOKIE_NAME, session_id)
ao_page = election_page.click(str(self.TITLES["authorizing_official"]), index=0)
self.assertContains(ao_page, "Domain requests from <strong>cities</strong>")
self.assertContains(ao_page, "Domain requests from cities")
@skip("WIP")
def test_application_edit_restore(self):