1
0
Fork 0
mirror of https://github.com/teamcapybara/capybara.git synced 2022-11-09 12:08:07 -05:00

Merge pull request #2086 from y-yagi/fix_typo_in_drag_to_test

Fix typo in `drag_to` test description
This commit is contained in:
Thomas Walpole 2018-08-20 16:43:46 -07:00 committed by GitHub
commit ea39a98e7b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -305,7 +305,7 @@ RSpec.shared_examples 'Capybara::Session' do |session, mode|
expect(session).not_to have_xpath('//div[contains(., "HTML5 Dropped drag_html5")]')
end
it 'should HTML6 drag and drop when scrolling needed' do
it 'should HTML5 drag and drop when scrolling needed' do
pending "Firefox < 62 doesn't support a DataTransfer constuctor" if marionette_lt?(62.0, session)
session.visit('/with_js')
element = session.find('//div[@id="drag_html5_scroll"]')