disables js fx in specs via poltergeist config
This commit is contained in:
committed by
Juanjo Bazán
parent
2a4adc2e60
commit
4a888e95c2
3
spec/support/phantomjs_ext/disable_js_fx.js
Normal file
3
spec/support/phantomjs_ext/disable_js_fx.js
Normal file
@@ -0,0 +1,3 @@
|
||||
document.addEventListener("DOMContentLoaded", function() {
|
||||
$.fx.off = true;
|
||||
});
|
||||
Reference in New Issue
Block a user