Datepicker Tests: Fix hanging IE tests resulting from asynchronous blur

This commit is contained in:
Mike Sherov 2013-04-14 18:47:29 -04:00
parent b75e4f7d27
commit 71a332e8b8

View File

@ -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() {