mirror of
https://github.com/teamcapybara/capybara.git
synced 2022-11-09 12:08:07 -05:00
remove forgotten :focus_ metadata
This commit is contained in:
parent
e5eeec988b
commit
a7ba3e9c89
1 changed files with 1 additions and 1 deletions
|
@ -285,7 +285,7 @@ RSpec.shared_examples 'Capybara::Session' do |session, mode|
|
|||
end
|
||||
end
|
||||
|
||||
describe 'Element#drag_to', :focus_ do
|
||||
describe 'Element#drag_to' do
|
||||
it 'should HTML5 drag and drop an object' do
|
||||
pending "Firefox < 62 doesn't support a DataTransfer constuctor" if marionette_lt?(62.0, session)
|
||||
session.visit('/with_js')
|
||||
|
|
Loading…
Add table
Reference in a new issue