X-Git-Url: http://sru.miketaylor.org.uk/?a=blobdiff_plain;f=test%2Fspec%2Fmkws-pazpar2.js;h=404c14528c60ea8c91dd5222cc1d8d44f61a2443;hb=c5c45166bb48ff018522679b1245e68704c2fb4f;hp=e0b885e9c8303584dc55dd78f71133ae8f4aeedc;hpb=f50d54121394b13d0fc2dcdf270700ea6f5b7a71;p=mkws-moved-to-github.git diff --git a/test/spec/mkws-pazpar2.js b/test/spec/mkws-pazpar2.js index e0b885e..404c145 100644 --- a/test/spec/mkws-pazpar2.js +++ b/test/spec/mkws-pazpar2.js @@ -208,7 +208,7 @@ describe("Show record", function () { 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); + debug("show record click is success: " + click.length); expect(click.length).toBe(1); // wait until the record pops up @@ -263,7 +263,7 @@ describe("Check switch menu Records/Targets", function () { it("switch back to record view", function () { var click = $("a#mkwsSwitch_records").trigger("click"); - debug("record click is success: " + click.length); + debug("record view click is success: " + click.length); expect(click.length).toBe(1); // now the target table must be visible