mirror of
https://github.com/jquery/jquery-ui.git
synced 2026-04-20 03:02:41 -04:00
Datepicker Tests: Fix hanging IE tests resulting from asynchronous blur
This commit is contained in:
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user