Commit c66e5751 authored by Dmitriy Zaporozhets's avatar Dmitriy Zaporozhets
parent d49b9939
......@@ -46,7 +46,7 @@ class Spinach::Features::ProjectForkedMergeRequests < Spinach::FeatureSteps
end
step 'I submit the merge request' do
click_button "Submit merge request"
click_button "Submit new merge request"
end
step 'I follow the target commit link' do
......
......@@ -77,7 +77,7 @@ class Spinach::Features::ProjectMergeRequests < Spinach::FeatureSteps
select "feature", from: "merge_request_target_branch"
click_button "Compare branches"
fill_in "merge_request_title", with: "Wiki Feature"
click_button "Submit merge request"
click_button "Submit new merge request"
end
step 'project "Shop" have "Bug NS-04" open merge request' do
......
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