BigW Consortium Gitlab

Commit f2c60eba by Stan Hu

Fix create branch Spinach spec

parent 07e95212
......@@ -79,11 +79,7 @@ class Spinach::Features::ProjectCommitsBranches < Spinach::FeatureSteps
end
def select_branch(branch_name)
within('#new-branch-form') do
find('.dropdown').click
end
click_button 'master'
find('.git-revision-dropdown-toggle').click
page.within '#new-branch-form .dropdown-menu' do
click_link branch_name
......
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