updated test

This commit is contained in:
asaki222 2024-10-09 12:37:10 -04:00
parent 22d0833be2
commit 81b959e778
No known key found for this signature in database
GPG key ID: 2C4F802060E06EA4

View file

@ -522,7 +522,8 @@ class DomainRequestTests(TestWithUser, WebTest):
# And the existence of the modal's data parked and ready for the js init.
# The next assert also tests for the passed requested domain context from
# the view > domain_request_form > modal
self.assertContains(review_page, "You are about to submit a domain request for city.gov")
self.assertContains(review_page, "You are about to submit a domain request for")
self.assertContains(review_page, "city.gov")
# final submission results in a redirect to the "finished" URL
self.app.set_cookie(settings.SESSION_COOKIE_NAME, session_id)