From bca4935cd8f8853122abaf5f6feb0e26eecc7942 Mon Sep 17 00:00:00 2001 From: Wolfram Schneider Date: Mon, 1 Dec 2014 15:20:04 +0000 Subject: [PATCH] enable jQuery UI check --- test/spec/mkws-config.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/spec/mkws-config.js b/test/spec/mkws-config.js index c1963d2..cf4894b 100644 --- a/test/spec/mkws-config.js +++ b/test/spec/mkws-config.js @@ -17,9 +17,9 @@ describe("Check for external JavaScript libs", function () { expect(typeof mkws.$).not.toBe('undefined'); }); - xit("jQuery UI", function () { + it("jQuery UI", function () { // if we have a popup widget, check for the jQuery UI lib - if ($(".popup").length > 0) { + if (mkws.$(".popup").length > 0) { expect(typeof mkws.$.ui).not.toBe('undefined'); } }); -- 1.7.10.4