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:
5d7ca57
)
fix CSS path typo which failed in node.js
author
Wolfram Schneider
<wosch@indexdata.dk>
Wed, 28 Jan 2015 17:10:38 +0000
(17:10 +0000)
committer
Wolfram Schneider
<wosch@indexdata.dk>
Wed, 28 Jan 2015 17:10:38 +0000
(17:10 +0000)
test/spec/mkws-pazpar2.js
patch
|
blob
|
history
diff --git
a/test/spec/mkws-pazpar2.js
b/test/spec/mkws-pazpar2.js
index
b5e3707
..
e01f5fe
100644
(file)
--- a/
test/spec/mkws-pazpar2.js
+++ b/
test/spec/mkws-pazpar2.js
@@
-618,7
+618,7
@@
describe("Check translations", function () {
}
- expect($("select.mkws-sort > option[selected=selected").text()).toBe(M("relevance"));
+ expect($("select.mkws-sort > option[selected=selected]").text()).toBe(M("relevance"));
});
xit("facets sidebar", function () {