From: Wolfram Schneider Date: Fri, 23 Aug 2013 15:52:14 +0000 (+0200) Subject: disable final test, will bock further manual tests on the page X-Git-Tag: 0.9.1~202^2~48 X-Git-Url: http://sru.miketaylor.org.uk/?a=commitdiff_plain;h=26fa7b2337f3b3639e21d2503f5918c02ad0ef0d;p=mkws-moved-to-github.git disable final test, will bock further manual tests on the page --- diff --git a/test/spec/mkws-pazpar2.js b/test/spec/mkws-pazpar2.js index 8f4dd58..0185e52 100644 --- a/test/spec/mkws-pazpar2.js +++ b/test/spec/mkws-pazpar2.js @@ -119,8 +119,10 @@ describe("Check pazpar2 hit counter", function () { expect(click.length == 1).toBe(true); }); + /* it("Final success message in search input field", function () { $("input#mkwsQuery").val("jasmine test is done"); expect($("input#mkwsQuery").val()).toMatch(/done/); }); + */ });