From: Wolfram Schneider Date: Mon, 16 Sep 2013 10:20:55 +0000 (+0000) Subject: click on first records - some searches may have only one hit, depending how fast... X-Git-Tag: 0.9.1~202^2~8 X-Git-Url: http://sru.miketaylor.org.uk/?a=commitdiff_plain;h=e4d23a0734328dbd993ca78fea30fec4c61eb184;p=mkws-moved-to-github.git click on first records - some searches may have only one hit, depending how fast the targets are --- diff --git a/test/spec/mkws-pazpar2.js b/test/spec/mkws-pazpar2.js index 7e9a128..8f51dce 100644 --- a/test/spec/mkws-pazpar2.js +++ b/test/spec/mkws-pazpar2.js @@ -190,7 +190,7 @@ describe("Check Termlist", function () { }); describe("Show record", function () { - var record_number = 2; // the Nth record in hit list + var record_number = 1; // the Nth record in hit list it("show record author", function () { var click = $("div#mkwsRecords div.record:nth-child(" + record_number + ") :nth-child(2)").trigger("click"); debug("show click is success: " + click.length); @@ -200,7 +200,7 @@ describe("Show record", function () { waitsFor(function () { var show = $("div#mkwsRecords div.record:nth-child(" + record_number + ") div"); return show != null && show.length ? true : false; - }, "wait some miliseconds", 2 * 1000); + }, "wait some miliseconds to show up a record", 2 * 1000); runs(function () { debug("show record pop up");