We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7d38302 commit 0a8ca2eCopy full SHA for 0a8ca2e
wtp/wtpResultsParser.js
@@ -17,7 +17,7 @@ const parseTestResults = (testJson) => {
17
try {
18
let browserName = _.get(testJson, 'data.location', 'somePlace:N/A').split(':')[1];
19
if ('firefox' === browserName.toLowerCase()) {
20
- logger.warning("Test run with firefox that is not supported", rollBarMsg);
+ logger.warn("Test run with firefox that is not supported", rollBarMsg);
21
return {status: 'error', message: 'firefox'};
22
}
23
let origImageList = _.get(testJson, config.get('wtp.paths.imageList'), _.get(testJson, config.get('wtp.paths.imageListFallback'), null));
0 commit comments