Acceptance tests for user

This commit is contained in:
2015-09-17 17:46:33 +02:00
parent 8e931cabd4
commit cb744943bd
35 changed files with 91 additions and 49 deletions
@@ -7,7 +7,7 @@ step "the user clicks on the submit feedback button" do
end
step "the user should see the feedback submitted message" do
page.should have_content I18n.t('user.about.feedback.received')
page.should have_content 'Thank you for your feedback'
end
step "a user feedback should be created containing the feedback" do