From 6b1b9252b3d1ba3d08787c8ff0b60f4d8ed882cc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ga=C3=ABl=20M=C3=A9tais?= Date: Mon, 5 Jan 2015 11:54:51 +0100 Subject: [PATCH] Fix JS Errors duplicated in phantomas results --- lib/tools/phantomas/phantomasWrapper.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lib/tools/phantomas/phantomasWrapper.js b/lib/tools/phantomas/phantomasWrapper.js index 4515a60..c25c67f 100644 --- a/lib/tools/phantomas/phantomasWrapper.js +++ b/lib/tools/phantomas/phantomasWrapper.js @@ -37,7 +37,8 @@ var PhantomasWrapper = function() { 'eventListeners', // overridden 'filmStrip', // not needed 'har', // not needed for the moment - 'javaScriptBottlenecks', // needs to be launched after custom module scopeYLT + 'javaScriptBottlenecks', // needs to be launched after custom module scopeYLT, + 'jserrors', // overridden 'pageSource', // not needed 'screenshot', // not needed for the moment 'waitForSelector', // not needed