rcarvalho-capybara 0.4.1.1 → 0.4.1.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -55,7 +55,7 @@ class Capybara::Driver::Selenium < Capybara::Driver::Base
55
55
  end
56
56
 
57
57
  def drag_to_location(right,down)
58
- node.drag_and_drop_by(right,down)
58
+ native.drag_and_drop_by(right,down)
59
59
  end
60
60
 
61
61
  def tag_name
@@ -1,3 +1,3 @@
1
1
  module Capybara
2
- VERSION = '0.4.1.1'
2
+ VERSION = '0.4.1.2'
3
3
  end
metadata CHANGED
@@ -6,8 +6,8 @@ version: !ruby/object:Gem::Version
6
6
  - 0
7
7
  - 4
8
8
  - 1
9
- - 1
10
- version: 0.4.1.1
9
+ - 2
10
+ version: 0.4.1.2
11
11
  platform: ruby
12
12
  authors:
13
13
  - Jonas Nicklas