document not tested translation
[mkws-moved-to-github.git] / test / spec / mkws-pazpar2.js
index 833952c..81da33a 100644 (file)
@@ -616,9 +616,12 @@ 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 () {
+    it("facets sidebar", function () {
         var list = $(".mkws-facet-title");
         var text = ["Sources", "Subjects", "Authors"];
 
@@ -651,6 +654,12 @@ describe("Check translations", function () {
 
         check_translation(list, text);
     });
+    
+    /* not tested
+     *
+     * Status line:  -- Active clients : 0/1 -- Retrieved records : 4/4
+     *
+     */
 });
 
 describe("Check status client counter", function () {