X-Git-Url: http://git.indexdata.com/?p=mkws-moved-to-github.git;a=blobdiff_plain;f=test%2Fspec%2Fmkws-pazpar2.js;h=81da33aeb6b0e7c572bde0d6c817eb6dde5aec20;hp=e01f5fef8d5110a86adb720f421b4b18c8de158a;hb=3ded31cbe638989905a85b0c342494590ce3ac36;hpb=ab01c349aa177a9dd8a91967a5ea1eca23526fc8 diff --git a/test/spec/mkws-pazpar2.js b/test/spec/mkws-pazpar2.js index e01f5fe..81da33a 100644 --- a/test/spec/mkws-pazpar2.js +++ b/test/spec/mkws-pazpar2.js @@ -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 () {