use correct class name for MKWS popup widget
[mkws-moved-to-github.git] / test / spec / mkws-config.js
index c1963d2..e295396 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.$(".mkws-popup").length > 0) {
             expect(typeof mkws.$.ui).not.toBe('undefined');
         }
     });