For now, use jsnlog-DEV.js
[mkws-moved-to-github.git] / test / spec / mkws-pazpar2.js
index c295b32..09547ef 100644 (file)
@@ -7,7 +7,7 @@
 // get references from mkws.js, lazy evaluation
 var debug = function (text) {
         // use a debug function with time stamps
-        mkws.teams["AUTO"].log("Jasmine: " + text);
+        mkws.teams["AUTO"].info("Jasmine: " + text);
 
         //mkws.log("Jasmine: " + text)
     }
@@ -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);