From: Wolfram Schneider Date: Tue, 18 Mar 2014 15:43:37 +0000 (+0000) Subject: fix typo in last commit X-Git-Tag: 1.0.0~1310 X-Git-Url: http://git.indexdata.com/?p=mkws-moved-to-github.git;a=commitdiff_plain;h=dc511ecf30c67726bb5f5b0538c20549e43f2b4d fix typo in last commit --- diff --git a/test/spec/mkws-pazpar2.js b/test/spec/mkws-pazpar2.js index 0f2555b..78f6f12 100644 --- a/test/spec/mkws-pazpar2.js +++ b/test/spec/mkws-pazpar2.js @@ -343,10 +343,10 @@ describe("Check record list", function () { waitsFor(function () { // remove + insert node: must be at least 2 return $(linkaddr).length > 0; - }, "wait until we see a new record: " + waitcount, 2.5 * jasmine_config.second); + }, "wait until we see a new record", 2.5 * jasmine_config.second); runs(function () { - expect(waitcount).toBeGreaterThan(0); + expect($(linkaddr).length).toBeGreaterThan(0); }); }); });