chrome cannot send_keys unless the element is focusable
This commit is contained in:
parent
301204c2a3
commit
73bb0029a3
1 changed files with 1 additions and 1 deletions
|
@ -518,7 +518,7 @@ describe 'Issue Boards', :js do
|
||||||
end
|
end
|
||||||
|
|
||||||
it 'allows user to use keyboard shortcuts' do
|
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')
|
expect(page).to have_content('New Issue')
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in a new issue