check translations, part sort by, MKWS-365
authorWolfram Schneider <wosch@indexdata.dk>
Wed, 28 Jan 2015 16:37:43 +0000 (16:37 +0000)
committerWolfram Schneider <wosch@indexdata.dk>
Wed, 28 Jan 2015 16:37:43 +0000 (16:37 +0000)
test/spec/mkws-pazpar2.js

index 833952c..b5e3707 100644 (file)
@@ -616,6 +616,9 @@ describe("Check translations", function () {
             expect("Sorter efter").toBe(M("Sort by"));
             expect("Sorter efter").toBe($(list[0]).text());
         }
+
+
+        expect($("select.mkws-sort > option[selected=selected").text()).toBe(M("relevance"));
     });
 
     xit("facets sidebar", function () {