X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=test%2Fspec%2Fmkws-pazpar2.js;h=ee096b41406a1911721609712a227937c9200b54;hb=f976ea124d18c3e1bbebe075f3fbae6b796064eb;hp=9a5746febda59c2c7759d93fe12f5138944e0c52;hpb=269c237d92627904e8fc2888524c183567a7a09c;p=mkws-moved-to-github.git diff --git a/test/spec/mkws-pazpar2.js b/test/spec/mkws-pazpar2.js index 9a5746f..ee096b4 100644 --- a/test/spec/mkws-pazpar2.js +++ b/test/spec/mkws-pazpar2.js @@ -185,34 +185,6 @@ describe("Check Termlist", function () { }); }); -describe("Check status client counter", function () { - function get_time() { - var date = new Date(); - return date.getTime(); - } - var time = get_time(); - - it("check status clients", function () { - - waitsFor(function () { - var clients = $("div#mkwsStat span.clients"); - if (clients.length == 1 && clients.text() == "0/1") { - return true; - } else { - return false; - } - - }, "wait for status", 4 * 1000); - - }); - runs(function () { - var clients = $("div#mkwsStat span.clients"); - debug("span.clients: " + clients.text()); - expect(clients.text()).toEqual("0/1"); - }); - -}); - describe("Check switch menu Records/Targets", function () { it("check mkwsSwitch", function () { expect($("div#mkwsSwitch").length).toBe(1); @@ -252,6 +224,34 @@ describe("Check switch menu Records/Targets", function () { }); }); +describe("Check status client counter", function () { + function get_time() { + var date = new Date(); + return date.getTime(); + } + var time = get_time(); + + it("check status clients", function () { + + waitsFor(function () { + var clients = $("div#mkwsStat span.clients"); + if (clients.length == 1 && clients.text() == "0/1") { + return true; + } else { + return false; + } + + }, "wait for status", 4 * 1000); + + }); + runs(function () { + var clients = $("div#mkwsStat span.clients"); + debug("span.clients: " + clients.text()); + expect(clients.text()).toEqual("0/1"); + }); + +}); + /* dummy EOF */ describe("All tests are done", function () { it(">>> hooray <<<", function () {});