Commit b5c211ba authored by Mike Greiling's avatar Mike Greiling

use click instead of send(:return) so that open select dropdowns are blurred

parent 20f1b823
......@@ -405,7 +405,7 @@ feature 'Issues > Labels bulk assignment' do
end
def update_issues
find('.update-selected-issues').send_keys(:return)
find('.update-selected-issues').click
wait_for_requests
end
......
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