mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-05-18 10:29:23 +02:00
updated test
This commit is contained in:
parent
22d0833be2
commit
81b959e778
1 changed files with 2 additions and 1 deletions
|
@ -522,7 +522,8 @@ class DomainRequestTests(TestWithUser, WebTest):
|
||||||
# And the existence of the modal's data parked and ready for the js init.
|
# 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 next assert also tests for the passed requested domain context from
|
||||||
# the view > domain_request_form > modal
|
# 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
|
# final submission results in a redirect to the "finished" URL
|
||||||
self.app.set_cookie(settings.SESSION_COOKIE_NAME, session_id)
|
self.app.set_cookie(settings.SESSION_COOKIE_NAME, session_id)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue