disable final test, will bock further manual tests on the page
[mkws-moved-to-github.git] / test / spec / mkws-pazpar2.js
index 371cd6d..0185e52 100644 (file)
@@ -114,13 +114,15 @@ describe("Check pazpar2 hit counter", function () {
     });
 
     it("Show record", function () {
-        var click = $("div#mkwsRecords div:first-child :nth-child(2)").trigger("click");
+        var click = $("div#mkwsRecords div.record:nth-child(3) :nth-child(2)").trigger("click");
         debug("show click is success: " + click.length);
         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/);
     });
+    */
 });