Add about page with feedback functionality

This commit is contained in:
2014-10-02 17:06:52 +02:00
parent 7c03b4c32c
commit b8ef4943bd
22 changed files with 153 additions and 10 deletions
+12
View File
@@ -0,0 +1,12 @@
Feature: A user can submit feedback
@javascript
Scenario: A user submits feedback
Given I am signed in as a user
And the user is on the homepage
When the user opens the side menu
And the user clicks on the about link in the side menu
And the user fills in the feedback field
And the user clicks on the submit feedback button
Then the user should see the feedback submitted message
And a user feedback should be created containing the feedback