aboutsummaryrefslogtreecommitdiffstats
path: root/tests/unit/datepicker/core.js
diff options
context:
space:
mode:
Diffstat (limited to 'tests/unit/datepicker/core.js')
-rw-r--r--tests/unit/datepicker/core.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/unit/datepicker/core.js b/tests/unit/datepicker/core.js
index f6e0dd58f..446f6757e 100644
--- a/tests/unit/datepicker/core.js
+++ b/tests/unit/datepicker/core.js
@@ -8,7 +8,7 @@ define( [
module( "datepicker: core", {
setup: function() {
- $( "body" ).focus();
+ $( "body" ).trigger( "focus" );
}
});