1 parent 3fc14df commit a7778e8Copy full SHA for a7778e8
1 file changed
demo/tests/test_integration.py
@@ -559,20 +559,6 @@ class TestValidationFromSchemaEndPoint(TestValidationEndPoint):
559
url = 'form_validation_schema'
560
561
562
-class DropDownForm(FormidableForm):
563
- main_dropdown = fields.ChoiceField(
564
- choices=(
565
- ('first', 'First'),
566
- ('second', 'Second'),
567
- ('third', 'Third'),
568
- )
569
570
- first_field = fields.CharField()
571
- second_field = fields.CharField()
572
- third_field = fields.CharField()
573
- another_field = fields.CharField()
574
-
575
576
class TestConditionalRulesWithDropDowns(FormidableAPITestCase):
577
def test_can_validate_form_with_dropdown_conditional_fields(self):
578
url = 'formidable:form_validation'
0 commit comments