disable final test, will bock further manual tests on the page
authorWolfram Schneider <wosch@indexdata.dk>
Fri, 23 Aug 2013 15:52:14 +0000 (17:52 +0200)
committerWolfram Schneider <wosch@indexdata.dk>
Fri, 23 Aug 2013 15:52:14 +0000 (17:52 +0200)
test/spec/mkws-pazpar2.js

index 8f4dd58..0185e52 100644 (file)
@@ -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/);
     });
+    */
 });