fix CSS path typo which failed in node.js
authorWolfram Schneider <wosch@indexdata.dk>
Wed, 28 Jan 2015 17:10:38 +0000 (17:10 +0000)
committerWolfram Schneider <wosch@indexdata.dk>
Wed, 28 Jan 2015 17:10:38 +0000 (17:10 +0000)
test/spec/mkws-pazpar2.js

index b5e3707..e01f5fe 100644 (file)
@@ -618,7 +618,7 @@ describe("Check translations", function () {
         }
 
 
         }
 
 
-        expect($("select.mkws-sort > option[selected=selected").text()).toBe(M("relevance"));
+        expect($("select.mkws-sort > option[selected=selected]").text()).toBe(M("relevance"));
     });
 
     xit("facets sidebar", function () {
     });
 
     xit("facets sidebar", function () {