indent
[mkws-moved-to-github.git] / test / spec / mkws-pazpar2.js
index e01f5fe..f0870e7 100644 (file)
@@ -621,7 +621,7 @@ describe("Check translations", function () {
         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"];
 
@@ -654,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 () {