Skip to content
Snippets Groups Projects
Commit 0e46d6f6 authored by Valery Sizov's avatar Valery Sizov
Browse files

fix spinach

parent 94ca71b4
No related branches found
No related tags found
1 merge request!331CE upstream
Pipeline #
Loading
Loading
@@ -467,8 +467,12 @@ class Spinach::Features::ProjectMergeRequests < Spinach::FeatureSteps
end
 
step 'I select "fix" as source' do
select "fix", from: "merge_request_source_branch"
select "feature", from: "merge_request_target_branch"
find('.js-source-branch').click
find('.dropdown-source-branch .dropdown-content a', text: 'fix').click
find('.js-target-branch').click
first('.dropdown-target-branch .dropdown-content a', text: 'feature').click
click_button "Compare branches"
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