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
This commit is contained in:
parent
b75e4f7d27
commit
71a332e8b8
@ -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() {
|
||||
|
Loading…
Reference in New Issue
Block a user