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:
5fce8c9
)
Update test to not expect top-level links in the summary.
author
Jason Skomorowski
<jason@indexdata.com>
Tue, 4 Nov 2014 17:20:21 +0000
(12:20 -0500)
committer
Jason Skomorowski
<jason@indexdata.com>
Tue, 4 Nov 2014 17:20:21 +0000
(12:20 -0500)
test/spec/mkws-pazpar2.js
patch
|
blob
|
history
diff --git
a/test/spec/mkws-pazpar2.js
b/test/spec/mkws-pazpar2.js
index
2cfe93d
..
c295b32
100644
(file)
--- a/
test/spec/mkws-pazpar2.js
+++ b/
test/spec/mkws-pazpar2.js
@@
-674,7
+674,7
@@
describe("Check SortBy options", function () {
function title_list(prefix) {
var list = [];
- var terms = $("div.mkws-records > div.mkws-summary > a");
+ var terms = $("div.mkws-records > div.mkws-summary");
for (var i = 0; i < terms.length; i++) {
var term = $(terms[i]).text().trim();
list.push(term);