From 72f29a111ac483a2c146fca2f18b52d3859bad64 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Scott=20Gonz=C3=A1lez?= Date: Tue, 3 Dec 2013 11:38:17 -0500 Subject: [PATCH] Datepicker test: Attempt to work around an intermittent issue in IE when run through TestSwarm. --- tests/unit/datepicker/datepicker_core.js | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/tests/unit/datepicker/datepicker_core.js b/tests/unit/datepicker/datepicker_core.js index 0bc5723ec..65b07e2f6 100644 --- a/tests/unit/datepicker/datepicker_core.js +++ b/tests/unit/datepicker/datepicker_core.js @@ -4,7 +4,11 @@ (function($) { -module("datepicker: core"); +module( "datepicker: core", { + setup: function() { + $( "body" ).focus(); + } +}); TestHelpers.testJshint( "datepicker" ); -- 2.39.5