Fix all failing specs
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user