From f5f0efe4da112691b0ab5686992f5744c993630b Mon Sep 17 00:00:00 2001 From: Wolfram Schneider Date: Mon, 1 Dec 2014 15:22:46 +0000 Subject: [PATCH] use correct class name for MKWS popup widget --- test/spec/mkws-config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'); } }); -- 1.7.10.4