Skip to content

Commit 72f29a1

Browse files
committed
Datepicker test: Attempt to work around an intermittent issue in IE when run through TestSwarm.
1 parent acd2e13 commit 72f29a1

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

tests/unit/datepicker/datepicker_core.js

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,11 @@
44

55
(function($) {
66

7-
module("datepicker: core");
7+
module( "datepicker: core", {
8+
setup: function() {
9+
$( "body" ).focus();
10+
}
11+
});
812

913
TestHelpers.testJshint( "datepicker" );
1014

0 commit comments

Comments
 (0)