Datepicker Tests: Fix hanging IE tests resulting from asynchronous blur(cherry picked from commit 71a332e8b8)

This commit is contained in:
Mike Sherov 2013-04-14 18:47:29 -04:00 committed by Scott González
parent 03e96b110b
commit 1a4e6e98fd

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