From: Wolfram Schneider Date: Mon, 1 Dec 2014 15:20:04 +0000 (+0000) Subject: enable jQuery UI check X-Git-Url: http://git.indexdata.com/?p=mkws-moved-to-github.git;a=commitdiff_plain;h=bca4935cd8f8853122abaf5f6feb0e26eecc7942 enable jQuery UI check --- 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'); } });