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:
05804d2
)
fix mkws-team-async
author
Wolfram Schneider
<wosch@indexdata.dk>
Wed, 22 Oct 2014 17:29:54 +0000
(19:29 +0200)
committer
Wolfram Schneider
<wosch@indexdata.dk>
Wed, 22 Oct 2014 17:29:54 +0000
(19:29 +0200)
test/spec/mkws-pazpar2.js
patch
|
blob
|
history
diff --git
a/test/spec/mkws-pazpar2.js
b/test/spec/mkws-pazpar2.js
index
eeb3e67
..
91543c2
100644
(file)
--- a/
test/spec/mkws-pazpar2.js
+++ b/
test/spec/mkws-pazpar2.js
@@
-731,7
+731,7
@@
describe("Check SortBy options", function () {
describe("Check async widget discovery", function () {
var $ = mkws.$;
it("initialises a new widget", function() {
- $("div.mkws-search").after('<div id="asyncSearch"><div class="mkws-search mkws-team_async"></div></div>');
+ $("div.mkws-search").after('<div id="asyncSearch"><div class="mkws-search mkws-team-async"></div></div>');
mkws.init("Another search box", "#asyncSearch");
waitsFor(function () {
return $("#asyncSearch input").length >= 1 ? true : false;