Fix all failing specs

This commit is contained in:
2015-01-21 19:18:12 +01:00
parent 9a8c364d38
commit 4462be55d1
11 changed files with 29 additions and 28 deletions
@@ -1,9 +1,9 @@
step "the user fills in the feedback field" do
find('.feedback-field').set "Nice app!"
js_set_field '.feedback-field', "Nice app!"
end
step "the user clicks on the submit feedback button" do
find(".submit-feedback-button").click
js_click ".submit-feedback-button"
end
step "the user should see the feedback submitted message" do