projects
/
mkws-moved-to-github.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2fa2a80
)
typo
author
Wolfram Schneider
<wosch@indexdata.dk>
Mon, 7 Jul 2014 11:38:01 +0000
(11:38 +0000)
committer
Wolfram Schneider
<wosch@indexdata.dk>
Mon, 7 Jul 2014 11:38:01 +0000
(11:38 +0000)
test/spec/mkws-pazpar2.js
patch
|
blob
|
history
diff --git
a/test/spec/mkws-pazpar2.js
b/test/spec/mkws-pazpar2.js
index
176ccda
..
e761a88
100644
(file)
--- a/
test/spec/mkws-pazpar2.js
+++ b/
test/spec/mkws-pazpar2.js
@@
-591,7
+591,7
@@
describe("Check per page options", function () {
});
waitsFor(function () {
- debug("wait for: " + waitcount);
+ //debug("wait for: " + waitcount);
return waitcount >= 6 ? true : false;
}, "Records DOM change, by per page", 3 * jasmine_config.second);
@@
-639,7
+639,7
@@
describe("Check SortBy options", function () {
select.removeAttr('selected');
select = $("select.mkwsSort option[value='" + sort_value + "']").attr('selected', true);
- debug("srot by is set to: " + select.text());
+ debug("sort by is set to: " + select.text());
select.trigger("change");
});