check translations, part search button, MKWS-365
authorWolfram Schneider <wosch@indexdata.dk>
Wed, 28 Jan 2015 13:41:49 +0000 (13:41 +0000)
committerWolfram Schneider <wosch@indexdata.dk>
Wed, 28 Jan 2015 13:41:49 +0000 (13:41 +0000)
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");
 
@@ -828,6 +832,8 @@ describe("Check translations", function () {
         expect($(".mkws-next").text()).toBe(M("Next"));
         expect($(".mkws-prev").text()).toBe(M("Prev"));
     });
+
+
 });
 
 xdescribe("Check async widget discovery", function () {