Acceptance tests for user
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user