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:
ff09548
)
less debugging noise
author
Wolfram Schneider
<wosch@indexdata.dk>
Fri, 7 Mar 2014 16:54:03 +0000
(16:54 +0000)
committer
Wolfram Schneider
<wosch@indexdata.dk>
Fri, 7 Mar 2014 16:54:03 +0000
(16:54 +0000)
test/spec/mkws-pazpar2.js
patch
|
blob
|
history
diff --git
a/test/spec/mkws-pazpar2.js
b/test/spec/mkws-pazpar2.js
index
5074c4e
..
7c77122
100644
(file)
--- a/
test/spec/mkws-pazpar2.js
+++ b/
test/spec/mkws-pazpar2.js
@@
-135,7
+135,7
@@
describe("Check MOTD after search", function () {
it("MOTD is hidden", function () {
expect($(".mkwsMOTD").length).toBe(1);
expect($(".mkwsMOTD").is(":hidden")).toBe(true);
- debug("motd " + $(".mkwsMOTD"));
+ //debug("motd " + $(".mkwsMOTD"));
debug("motd t=" + $(".mkwsMOTD").text());
debug("motd v=" + $(".mkwsMOTD").is(":visible"));
//expect($("div.mkwsBytarget").is(":visible")).toBe(true);