Conflicts:
test/spec/mkws-pazpar2.js
var record_number = 1; // the Nth record in hit list
it("show record author", function () {
$("div.mkwsRecords div.record:nth-child(" + record_number + ") a").trigger("click");
-
-/* debug("### click=" + typeof(click) + " " + click );
- debug("### len=" + click.length );
- debug("show record click is success: " + click.length);
- expect(click.length).toBe(1);
-*/
// wait until the record pops up
waitsFor(function () {
var show = $("div.mkwsRecords div.record:nth-child(" + record_number + ") div");