浏览代码

Fix tests

Gaël Métais 10 年之前
父节点
当前提交
1385e28911
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      test/core/yellowlabtoolsTest.js

+ 1 - 1
test/core/yellowlabtoolsTest.js

@@ -62,7 +62,7 @@ describe('yellowlabtools', function() {
                     policy: {
                         "tool": "phantomas",
                         "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,
                         "isBadThreshold": 20,
                         "isAbnormalThreshold": 30