1
0
Fork 0
mirror of https://github.com/teamcapybara/capybara.git synced 2022-11-09 12:08:07 -05:00
This commit is contained in:
Thomas Walpole 2019-04-15 13:23:07 -07:00
parent f7a62d644b
commit cd71d0230b

View file

@ -89,11 +89,6 @@ module Capybara
@default_host = url
end
remove_method :disable_animation=
def disable_animation=(bool_or_allowlist)
@disable_animation = bool_or_allowlist
end
remove_method :test_id=
##
#