mirror of
https://github.com/teamcapybara/capybara.git
synced 2022-11-09 12:08:07 -05:00
Remove beta notification from animation disabler
This commit is contained in:
parent
4c7b5e34ac
commit
f7a62d644b
1 changed files with 0 additions and 1 deletions
|
@ -91,7 +91,6 @@ module Capybara
|
|||
|
||||
remove_method :disable_animation=
|
||||
def disable_animation=(bool_or_allowlist)
|
||||
warn 'Capybara.disable_animation is a beta feature - it may change/disappear in a future point version' if bool_or_allowlist
|
||||
@disable_animation = bool_or_allowlist
|
||||
end
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue