From: Wolfram Schneider Date: Mon, 1 Dec 2014 15:22:46 +0000 (+0000) Subject: use correct class name for MKWS popup widget X-Git-Url: http://git.indexdata.com/?p=mkws-moved-to-github.git;a=commitdiff_plain;h=f5f0efe4da112691b0ab5686992f5744c993630b use correct class name for MKWS popup widget --- diff --git a/test/spec/mkws-config.js b/test/spec/mkws-config.js index cf4894b..e295396 100644 --- a/test/spec/mkws-config.js +++ b/test/spec/mkws-config.js @@ -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'); } });