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=833952c5e52e3e5540b4ade559a65ddc2d54a5e3;hb=3ded31cbe638989905a85b0c342494590ce3ac36;hpb=8daa7d419a59a1901a351541f6c4847e6f1b0585 diff --git a/test/spec/mkws-pazpar2.js b/test/spec/mkws-pazpar2.js index 833952c..81da33a 100644 --- a/test/spec/mkws-pazpar2.js +++ b/test/spec/mkws-pazpar2.js @@ -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 () {