From: Wolfram Schneider Date: Thu, 21 May 2015 09:01:52 +0000 (+0000) Subject: IE11 CSS parsing in regression tests, MKWS-386 X-Git-Url: http://git.indexdata.com/?p=mkws-moved-to-github.git;a=commitdiff_plain;h=570fe2100bc5362e735b2c6d7338ab6c7ecef6c8 IE11 CSS parsing in regression tests, MKWS-386 --- diff --git a/test/spec/mkws-pazpar2.js b/test/spec/mkws-pazpar2.js index 769c748..f486ae1 100644 --- a/test/spec/mkws-pazpar2.js +++ b/test/spec/mkws-pazpar2.js @@ -575,7 +575,7 @@ describe("Check translations", function () { expect(list.length).toBe(text.length); for (var i = 0; i < text.length; i++) { - expect($(list[i]).text()).toBe(M(text[i])); + expect($(list[i]).text().match(M(text[i]))).not.toBeNull(); } }