Skip to content
Snippets Groups Projects
Commit 357cd971 authored by Stan Hu's avatar Stan Hu
Browse files

Add an expect call to prevent random Spinach failure:

"Unable to find field "merge_request_title"
parent 764b5913
No related branches found
No related tags found
1 merge request!882Add an expect call to prevent random Spinach failure
Loading
Loading
@@ -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
 
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment