Skip to content

Commit

Permalink
updated test
Browse files Browse the repository at this point in the history
  • Loading branch information
asaki222 committed Oct 9, 2024
1 parent 22d0833 commit 81b959e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/registrar/tests/test_views_request.py
Original file line number Diff line number Diff line change
Expand Up @@ -522,7 +522,8 @@ def test_domain_request_form_submission(self):
# 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)
Expand Down

0 comments on commit 81b959e

Please sign in to comment.