mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-07-26 04:28:39 +02:00
Updated test to match new field name
This commit is contained in:
parent
69d18af915
commit
34834d1681
1 changed files with 1 additions and 1 deletions
|
@ -92,7 +92,7 @@ class FormTests(TestWithUser, WebTest):
|
||||||
# 302 redirect to the first form
|
# 302 redirect to the first form
|
||||||
page = self.app.get(reverse("application")).follow()
|
page = self.app.get(reverse("application")).follow()
|
||||||
form = page.form
|
form = page.form
|
||||||
form["organization-organization_type"] = "Federal"
|
form["organization_type-organization_type"] = "Federal"
|
||||||
result = page.form.submit().follow()
|
result = page.form.submit().follow()
|
||||||
# Got the next form page
|
# Got the next form page
|
||||||
self.assertIn("contact information", result)
|
self.assertIn("contact information", result)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue