X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=test%2Fspec%2Fmkws-pazpar2.js;h=7c253107445ab36e30fe6fad8b016fca6b6b9fff;hb=cd9126d33986defbde9ea6b2e8f456b66b76253c;hp=18c82c76d1d58bb954e2527158dcd4ad5ccc580d;hpb=6a16c05b50da60311020ae1201b4a100a427753a;p=mkws-moved-to-github.git diff --git a/test/spec/mkws-pazpar2.js b/test/spec/mkws-pazpar2.js index 18c82c7..7c25310 100644 --- a/test/spec/mkws-pazpar2.js +++ b/test/spec/mkws-pazpar2.js @@ -5,6 +5,7 @@ */ var debug_level = mkws.debug_level; +var debug = mkws.debug_function; var get_hit_counter = function () { // not yet here @@ -45,7 +46,7 @@ describe("Check pazpar2 search", function () { // wait for service proxy auth waitsFor(function () { - return mkws.service_proxy_auth; + return mkws.authenticated; }, "SP auth done", 10 * 1000); runs(function () { @@ -184,7 +185,7 @@ describe("Check Termlist", function () { expect(click.length).toBe(1); waitsFor(function () { - if ($("div#mkwsNavi").length && $("div#mkwsNavi").text().match(/^Source/)) { + if ($("div#mkwsNavi").length && $("div#mkwsNavi").text().match(/Source: /)) { return true; } else { return false; @@ -206,8 +207,8 @@ describe("Check Termlist", function () { 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); + var click = $("div#mkwsRecords div.record:nth-child(" + record_number + ") :nth-child(1)").trigger("click"); + debug("show record click is success: " + click.length); expect(click.length).toBe(1); // wait until the record pops up @@ -262,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