Browse Source

Fix tests

Gaël Métais 10 years ago
parent
commit
1385e28911
1 changed files with 1 additions and 1 deletions
  1. 1 1
      test/core/yellowlabtoolsTest.js

+ 1 - 1
test/core/yellowlabtoolsTest.js

@@ -62,7 +62,7 @@ describe('yellowlabtools', function() {
                     policy: {
                     policy: {
                         "tool": "phantomas",
                         "tool": "phantomas",
                         "label": "DOM max depth",
                         "label": "DOM max depth",
-                        "message": "<p>A deep DOM makes the CSS matching with DOM elements difficult.</p><p>It also slows down Javascript modifications to the DOM because changing the dimensions of an element makes the browser re-calculate the dimensions of it's parents. Same thing for Javascript events, that bubble up to the document root.</p>",
+                        "message": "<p>A deep DOM makes the CSS matching with DOM elements difficult.</p><p>It also slows down JavaScript modifications to the DOM because changing the dimensions of an element makes the browser re-calculate the dimensions of it's parents. Same thing for JavaScript events, that bubble up to the document root.</p>",
                         "isOkThreshold": 10,
                         "isOkThreshold": 10,
                         "isBadThreshold": 20,
                         "isBadThreshold": 20,
                         "isAbnormalThreshold": 30
                         "isAbnormalThreshold": 30