From: Wolfram Schneider Date: Wed, 28 Aug 2013 13:02:00 +0000 (+0200) Subject: lowercase name for checks X-Git-Tag: 0.9.1~202^2~42 X-Git-Url: http://git.indexdata.com/?a=commitdiff_plain;h=72b061c5d82220838ddd712b5f2c08261a5962df;hp=cb61098a85bfd74a9d7a2df6a62d557de73fac71;p=mkws-moved-to-github.git lowercase name for checks --- diff --git a/test/spec/mkws-pazpar2.js b/test/spec/mkws-pazpar2.js index cf60cf9..e9f4fab 100644 --- a/test/spec/mkws-pazpar2.js +++ b/test/spec/mkws-pazpar2.js @@ -146,7 +146,7 @@ describe("Check Termlist", function () { expect(authors.length == 1).toBe(true); }); - it("Limit search to first source", function () { + it("limit search to first source", function () { var hits_all_targets = get_hit_counter(); var click = $("div#mkwsFacetSources div.term:nth-child(2) a").trigger("click"); @@ -172,7 +172,7 @@ describe("Check Termlist", function () { }); }); - it("Limit search to first author", function () { + it("limit search to first author", function () { var hits_all_targets = get_hit_counter(); var click = $("div#mkwsFacetAuthors div.term:nth-child(2) a").trigger("click"); @@ -190,7 +190,7 @@ describe("Check Termlist", function () { }); }); - it("Show record author", function () { + it("show record author", function () { show_record(); }); }); @@ -202,7 +202,7 @@ describe("Check status client counter", function () { } var time = get_time(); - it("Limit search to first author", function () { + it("limit search to first author", function () { waitsFor(function () { var clients = $("div#mkwsStat span.clients");