Commit de827908 authored by Mike Greiling's avatar Mike Greiling

close dropdown by clicking on page body after selection

parent 8b4eaf60
......@@ -71,9 +71,14 @@ feature 'Protected Branches', :js do
within form do
find(".js-allowed-to-merge").click
click_link 'No one'
end
find('body').click
within form do
find(".js-allowed-to-push").click
click_link 'Developers + Masters'
end
find('body').click
visit project_protected_branches_path(project)
......
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