fix CSS path for a record title, part of MKWS-290
authorWolfram Schneider <wosch@indexdata.dk>
Wed, 5 Nov 2014 12:10:46 +0000 (13:10 +0100)
committerWolfram Schneider <wosch@indexdata.dk>
Wed, 5 Nov 2014 12:10:46 +0000 (13:10 +0100)
this was changed in the last 48 hours somewhere in the templates...

test/spec/mkws-pazpar2.js

index c295b32..eca9da5 100644 (file)
@@ -670,11 +670,13 @@ describe("Check SortBy options", function () {
         var waitcount = 0;
         var sort_value = 'title:1';
         var per_page_number = 20;
+
+       // keep current title list
         var title_list_old = title_list("xxx ");
 
         function title_list(prefix) {
             var list = [];
-            var terms = $("div.mkws-records > div.mkws-summary");
+            var terms = $("div.mkws-records > div.mkws-summary > div.mkws-field-data span.mkws-field-title");
             for (var i = 0; i < terms.length; i++) {
                 var term = $(terms[i]).text().trim();
                 list.push(term);