disables js fx in specs via poltergeist config

This commit is contained in:
Juanjo Bazán
2016-03-04 11:33:59 +01:00
committed by Juanjo Bazán
parent 2a4adc2e60
commit 4a888e95c2
3 changed files with 5 additions and 6 deletions

View File

@@ -0,0 +1,3 @@
document.addEventListener("DOMContentLoaded", function() {
$.fx.off = true;
});