mirror of
https://github.com/jquery/jquery.git
synced 2025-01-10 18:24:24 +00:00
Fix test for #13937 ticket. Close gh-1299
This commit is contained in:
parent
16115c1d91
commit
308980ee2a
4
test/unit/effects.js
vendored
4
test/unit/effects.js
vendored
@ -2133,7 +2133,11 @@ asyncTest( ".finish() is applied correctly when multiple elements were animated
|
||||
ok( elems.eq( 0 ).queue().length, "non-empty queue for preceding element" );
|
||||
ok( elems.eq( 2 ).queue().length, "non-empty queue for following element" );
|
||||
elems.stop( true );
|
||||
|
||||
// setTimeout needed in order to avoid setInterval/setTimeout execution bug in FF
|
||||
window.setTimeout(function() {
|
||||
start();
|
||||
}, 1000 );
|
||||
}, 100 );
|
||||
});
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user