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:
201aef5
)
check translations, part search button, MKWS-365
author
Wolfram Schneider
<wosch@indexdata.dk>
Wed, 28 Jan 2015 13:41:49 +0000
(13:41 +0000)
committer
Wolfram Schneider
<wosch@indexdata.dk>
Wed, 28 Jan 2015 13:41:49 +0000
(13:41 +0000)
test/spec/mkws-pazpar2.js
patch
|
blob
|
history
diff --git
a/test/spec/mkws-pazpar2.js
b/test/spec/mkws-pazpar2.js
index
cb7e426
..
f0423dd
100644
(file)
--- a/
test/spec/mkws-pazpar2.js
+++ b/
test/spec/mkws-pazpar2.js
@@
-786,6
+786,10
@@
describe("Check translations", function () {
},
*/
+ it("search button", function () {
+ expect($("form > input[type=submit]").attr("value")).toBe(M("Search"));
+ });
+
it("ranking form", function () {
var list = $(".mkws-ranking > form > span");
@@
-828,6
+832,8
@@
describe("Check translations", function () {
expect($(".mkws-next").text()).toBe(M("Next"));
expect($(".mkws-prev").text()).toBe(M("Prev"));
});
+
+
});
xdescribe("Check async widget discovery", function () {