mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-07-26 12:38:36 +02:00
Changes but with comments this time
This commit is contained in:
parent
28a80ace36
commit
a4adb5ed46
14 changed files with 56 additions and 9 deletions
|
@ -118,6 +118,7 @@ class TestFormValidation(TestCase):
|
|||
["Response must be less than 1000 characters."],
|
||||
)
|
||||
|
||||
# TODO-446: Update type_of_work -> about_your_organization
|
||||
def test_anything_else_form_type_of_work_character_count_invalid(self):
|
||||
"""Response must be less than 1000 characters."""
|
||||
form = AnythingElseForm(
|
||||
|
@ -147,6 +148,7 @@ class TestFormValidation(TestCase):
|
|||
["Response must be less than 1000 characters."],
|
||||
)
|
||||
|
||||
# TODO-446: Can remove bc don't have this textbox anymore
|
||||
def test_anything_else_form_more_organization_information_character_count_invalid(
|
||||
self,
|
||||
):
|
||||
|
@ -179,6 +181,7 @@ class TestFormValidation(TestCase):
|
|||
["Response must be less than 1000 characters."],
|
||||
)
|
||||
|
||||
# TODO-446: Update type_of_work -> about_your_organization in data and assertEqual
|
||||
def test_anything_else_form_character_count_invalid(self):
|
||||
"""Response must be less than 1000 characters."""
|
||||
form = TypeOfWorkForm(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue