Commit 73bb0029 authored by Mike Greiling's avatar Mike Greiling

chrome cannot send_keys unless the element is focusable

parent 301204c2
......@@ -518,7 +518,7 @@ describe 'Issue Boards', :js do
end
it 'allows user to use keyboard shortcuts' do
find('.boards-list').native.send_keys('i')
find('body').native.send_keys('i')
expect(page).to have_content('New Issue')
end
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