1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00
rails--rails/actionpack/lib
yuuji.yaginuma 8847e608b9 Explicitly pass window handle to resize_window_to
Unlike `resize_window`, `resize_window_to` has three arguments.
d63c3c8e3a/lib/capybara/webkit/driver.rb (L135-L143)

Therefore, if pass only width and height just like `resize_window`,
`ArgumentError`will be raised.
To prevent this, explicitly pass window handler.

Follow up of #31046
2017-11-06 13:15:34 +09:00
..
abstract_controller [Action Pack] require => require_relative 2017-10-21 22:48:28 +09:00
action_controller Show RequestForgeryProtection methods in api doc [ci skip] 2017-11-05 21:23:05 +09:00
action_dispatch Explicitly pass window handle to resize_window_to 2017-11-06 13:15:34 +09:00
action_pack Use frozen string literal in actionpack/ 2017-07-29 14:02:40 +03:00
abstract_controller.rb Use frozen string literal in actionpack/ 2017-07-29 14:02:40 +03:00
action_controller.rb [Action Pack] require => require_relative 2017-10-21 22:48:28 +09:00
action_dispatch.rb Use frozen string literal in actionpack/ 2017-07-29 14:02:40 +03:00
action_pack.rb [Action Pack] require => require_relative 2017-10-21 22:48:28 +09:00