mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-05-20 19:39:23 +02:00
Update text for ao example test
This commit is contained in:
parent
d069f7ed17
commit
e65b19ae0a
1 changed files with 1 additions and 1 deletions
|
@ -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):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue