X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=test%2Fspec%2Fmkws-pazpar2.js;h=e0b885e9c8303584dc55dd78f71133ae8f4aeedc;hb=358cb2df732a06fe4452ad26ae6285cfa671c9bd;hp=643b41560c920ccdd052d9c40a1886fdbf60871e;hpb=aed0a7ba37956d8dae1712d5d960b1d030ddf233;p=mkws-moved-to-github.git diff --git a/test/spec/mkws-pazpar2.js b/test/spec/mkws-pazpar2.js index 643b415..e0b885e 100644 --- a/test/spec/mkws-pazpar2.js +++ b/test/spec/mkws-pazpar2.js @@ -4,7 +4,8 @@ * */ -var debug = mkws.debug; +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;