mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-05-21 03:49:22 +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
|
# Go back to AO page and test the dynamic text changed
|
||||||
self.app.set_cookie(settings.SESSION_COOKIE_NAME, session_id)
|
self.app.set_cookie(settings.SESSION_COOKIE_NAME, session_id)
|
||||||
ao_page = election_page.click(str(self.TITLES["authorizing_official"]), index=0)
|
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")
|
@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