1
0
Fork 0
mirror of https://github.com/teamcapybara/capybara.git synced 2022-11-09 12:08:07 -05:00
Commit graph

6 commits

Author SHA1 Message Date
Thomas Walpole
f6b2f3adf0 Code cleanup and enable line length cop 2018-11-03 13:03:48 -07:00
Thomas Walpole
bf084e379c annotate token 2018-10-11 19:15:47 -07:00
Thomas Walpole
1054005906 Add empty line after guard claues 2018-09-24 09:43:46 -07:00
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
Thomas Walpole
e320f5d7fc style updates 2018-07-16 15:04:52 -07:00
Thomas Walpole
e8b49b6eed Disable animation on pages 2018-06-01 10:35:43 -07:00