teamcapybara--capybara/lib
Michael Glass 443617a995
Capybara.disable_animations can also accept a CSS selector
If it receives a falsey (false or nil) it won't do anything.
If it receives true, it will disable animations on the '*' css selector
If it receives a string, it will use that string as the css selector

It will still always disable css for jQuery if it's around.
2018-08-20 15:25:53 -07:00
..
capybara Capybara.disable_animations can also accept a CSS selector 2018-08-20 15:25:53 -07:00
capybara.rb Add Capybara.predicates_wait setting - defaults to true 2018-08-13 16:44:39 -07:00