From f2ce06ad723faa767444ea85d48392633759c4b4 Mon Sep 17 00:00:00 2001 From: "yuuji.yaginuma" Date: Tue, 21 Aug 2018 08:14:14 +0900 Subject: [PATCH] Fix typo in `drag_to` test description --- spec/shared_selenium_session.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spec/shared_selenium_session.rb b/spec/shared_selenium_session.rb index 63db1f94..38d5b166 100644 --- a/spec/shared_selenium_session.rb +++ b/spec/shared_selenium_session.rb @@ -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"]')