From 121e67c7a13bc69c23b9f07d3f64f8c795a75c08 Mon Sep 17 00:00:00 2001 From: Wolfram Schneider Date: Mon, 13 Jan 2014 15:30:30 +0000 Subject: [PATCH] indent --- test/spec/mkws-pazpar2.js | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/test/spec/mkws-pazpar2.js b/test/spec/mkws-pazpar2.js index 0571fc3..67e6f84 100644 --- a/test/spec/mkws-pazpar2.js +++ b/test/spec/mkws-pazpar2.js @@ -162,7 +162,6 @@ describe("Check Termlist", function () { it("limit search to first author", function () { var hits_all_targets = get_hit_counter(); var author_number = 2; // 2=first author - var author_name = $("div#mkwsFacetAuthors div.term:nth-child(" + author_number + ") a").text(); // do not click on author with numbers, e.g.: Bower, James M. Beeman, David, 1938- if (author_name.match(/[0-9].+[0-9]/)) { @@ -205,8 +204,8 @@ describe("Check Termlist", function () { } }, "Search for source in navi bar", 1000); - // Note: it may happens that limited source search returns the same number of hits - // as before. Thats not really an error, but unfortunate + // Note: it may happens that limited source search returns the same number of hits + // as before. Thats not really an error, but unfortunate waitsFor(function () { return get_hit_counter() <= hits_all_targets ? true : false; }, "Limited source search for less than " + hits_all_targets + " hits", 5 * 1000); -- 1.7.10.4