use correct class name for MKWS popup widget
authorWolfram Schneider <wosch@indexdata.dk>
Mon, 1 Dec 2014 15:22:46 +0000 (15:22 +0000)
committerWolfram Schneider <wosch@indexdata.dk>
Mon, 1 Dec 2014 15:22:46 +0000 (15:22 +0000)
test/spec/mkws-config.js

index cf4894b..e295396 100644 (file)
@@ -19,7 +19,7 @@ describe("Check for external JavaScript libs", function () {
 
     it("jQuery UI", function () {
         // if we have a popup widget, check for the jQuery UI lib
-        if (mkws.$(".popup").length > 0) {
+        if (mkws.$(".mkws-popup").length > 0) {
             expect(typeof mkws.$.ui).not.toBe('undefined');
         }
     });