From 16abde399daa07e11f3b972ab675d59374cf08be Mon Sep 17 00:00:00 2001 From: Alexander Schmitz Date: Wed, 7 Jan 2015 21:51:38 -0500 Subject: Spinner: Updates for new button widget and classes option --- tests/unit/button/common-deprecated.js | 2 +- tests/unit/button/core.js | 1 + tests/unit/button/deprecated.js | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) (limited to 'tests/unit/button') diff --git a/tests/unit/button/common-deprecated.js b/tests/unit/button/common-deprecated.js index 1441d3a8a..0f03bdba2 100644 --- a/tests/unit/button/common-deprecated.js +++ b/tests/unit/button/common-deprecated.js @@ -1,6 +1,6 @@ define( [ "lib/common", - "ui/button" + "ui/widgets/button" ], function( common ) { common.testWidget( "button", { diff --git a/tests/unit/button/core.js b/tests/unit/button/core.js index a7c164a33..de26b0312 100644 --- a/tests/unit/button/core.js +++ b/tests/unit/button/core.js @@ -1,5 +1,6 @@ define( [ "jquery", + "ui/safe-active-element", "ui/widgets/button" ], function( $ ) { diff --git a/tests/unit/button/deprecated.js b/tests/unit/button/deprecated.js index bb023ab4f..fac02e2a6 100644 --- a/tests/unit/button/deprecated.js +++ b/tests/unit/button/deprecated.js @@ -1,6 +1,6 @@ define( [ "jquery", - "ui/button" + "ui/widgets/button" ], function( $ ) { module( "Button (deprecated): core" ); -- cgit v1.2.3