mirror of
https://github.com/jquery/jquery-ui.git
synced 2024-11-21 11:04:24 +00:00
Datepicker Tests: Fix hanging IE tests resulting from asynchronous blur(cherry picked from commit 71a332e8b8
)
This commit is contained in:
parent
03e96b110b
commit
1a4e6e98fd
@ -297,7 +297,10 @@ asyncTest( "customStructure", function() {
|
|||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
step1();
|
// TODO: figure out why this setTimeout is needed in IE,
|
||||||
|
// it only is necessary when the previous baseStructure tests runs first
|
||||||
|
// Support: IE
|
||||||
|
setTimeout( step1 );
|
||||||
});
|
});
|
||||||
|
|
||||||
test("keystrokes", function() {
|
test("keystrokes", function() {
|
||||||
|
Loading…
Reference in New Issue
Block a user