From: Wolfram Schneider Date: Wed, 22 Oct 2014 17:29:54 +0000 (+0200) Subject: fix mkws-team-async X-Git-Tag: 1.0.0~134 X-Git-Url: http://git.indexdata.com/?p=mkws-moved-to-github.git;a=commitdiff_plain;h=71bc7902d972145001d5204e7c2d2e0871c9eea9 fix mkws-team-async --- diff --git a/test/spec/mkws-pazpar2.js b/test/spec/mkws-pazpar2.js index eeb3e67..91543c2 100644 --- a/test/spec/mkws-pazpar2.js +++ b/test/spec/mkws-pazpar2.js @@ -731,7 +731,7 @@ describe("Check SortBy options", function () { describe("Check async widget discovery", function () { var $ = mkws.$; it("initialises a new widget", function() { - $("div.mkws-search").after('
'); + $("div.mkws-search").after('
'); mkws.init("Another search box", "#asyncSearch"); waitsFor(function () { return $("#asyncSearch input").length >= 1 ? true : false;