check translations, part search button, MKWS-365
[mkws-moved-to-github.git] / test / spec / mkws-pazpar2.js
index cb7e426..f0423dd 100644 (file)
@@ -786,6 +786,10 @@ describe("Check translations", function () {
     },
 */
 
     },
 */
 
+    it("search button", function () {
+        expect($("form > input[type=submit]").attr("value")).toBe(M("Search"));
+    });
+
     it("ranking form", function () {
         var list = $(".mkws-ranking > form > span");
 
     it("ranking form", function () {
         var list = $(".mkws-ranking > form > span");
 
@@ -828,6 +832,8 @@ describe("Check translations", function () {
         expect($(".mkws-next").text()).toBe(M("Next"));
         expect($(".mkws-prev").text()).toBe(M("Prev"));
     });
         expect($(".mkws-next").text()).toBe(M("Next"));
         expect($(".mkws-prev").text()).toBe(M("Prev"));
     });
+
+
 });
 
 xdescribe("Check async widget discovery", function () {
 });
 
 xdescribe("Check async widget discovery", function () {