features/form_module.feature in noodall-form-builder-0.3.2 vs features/form_module.feature in noodall-form-builder-0.3.3
- old
+ new
@@ -34,15 +34,15 @@
Given I am viewing the form's responses
And I mark the response as not spam
Then the email address of the form should receive an email detailing the information submitted
And they should receive an email confirming the request has been sent
-
- Scenario: Bad data is POSTed
- Given content exists with a form added via the contact module
- Then some random fields are POSTed by a spam bot
+
+ #Scenario: Bad data is POSTed
+ #Given content exists with a form added via the contact module
+ #Then some random fields are POSTed by a spam bot
#todo - better way to structure this feature?
-
+
Scenario: Validation
Given content exists with a form added via the contact module
When a website visitor visits the content
And they submit the form
Then it should be checked against the validation speficied in the form builder