enable jQuery UI check
authorWolfram Schneider <wosch@indexdata.dk>
Mon, 1 Dec 2014 15:20:04 +0000 (15:20 +0000)
committerWolfram Schneider <wosch@indexdata.dk>
Mon, 1 Dec 2014 15:20:04 +0000 (15:20 +0000)
test/spec/mkws-config.js

index c1963d2..cf4894b 100644 (file)
@@ -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');
         }
     });