Commit 357cd971 authored by Stan Hu's avatar Stan Hu

Add an expect call to prevent random Spinach failure:

"Unable to find field "merge_request_title"
parent 764b5913
......@@ -42,6 +42,7 @@ class Spinach::Features::ProjectForkedMergeRequests < Spinach::FeatureSteps
click_button "Compare branches"
expect(page).to have_content "New merge request"
fill_in "merge_request_title", with: "Merge Request On Forked Project"
end
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment