Add contact form notification

This commit is contained in:
2015-02-26 05:22:36 +01:00
parent 4283f0313b
commit 9e9a732384
5 changed files with 53 additions and 0 deletions
@@ -2,4 +2,9 @@ Feature: Submitting contact form
Scenario: Website visitor submits contact form
Given there are standard website pages
When I visit '/contact'
And I fill in the website contact form
And I submit the website contact form
Then I should be redirected to the homepage
And a contact form object should be created having the proper data
And an email should be sent containing the contact form body