Skip to content

Commit

Permalink
remove forgotten :focus_ metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
twalpole committed Aug 13, 2018
1 parent e5eeec9 commit a7ba3e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/shared_selenium_session.rb
Original file line number Diff line number Diff line change
Expand Up @@ -285,7 +285,7 @@
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')
Expand Down

0 comments on commit a7ba3e9

Please sign in to comment.