From 625e65ffe3156a19bd8ad4e3d2d04822cfe5f148 Mon Sep 17 00:00:00 2001 From: Shunguo Date: Fri, 20 Oct 2023 13:46:50 -0500 Subject: [PATCH] Update example.e2e.ts --- .../test/webdriverio/test/specs/example.e2e.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/accessibility-checker/test/webdriverio/test/specs/example.e2e.ts b/accessibility-checker/test/webdriverio/test/specs/example.e2e.ts index 7ee325f12..ed38bb7e0 100644 --- a/accessibility-checker/test/webdriverio/test/specs/example.e2e.ts +++ b/accessibility-checker/test/webdriverio/test/specs/example.e2e.ts @@ -138,7 +138,7 @@ describe("Rule Unit Tests from WebdriverIO", function () { // Extract the ruleCoverage object from the unit testcases that is loaded on to the iframe. let expectedInfo = unitTestInfo.expectedInfo; let legacyExpectedInfo = unitTestInfo.legacyExpectedInfo; - console.log('expectedInfo=' + expectedInfo + ', legacyExpectedInfo=' + legacyExpectedInfo); + console.log('expectedInfo=' + JSON.stringify(expectedInfo) + ', legacyExpectedInfo=' + legacyExpectedInfo); if (expectedInfo && expectedInfo.ruleIds) { let filtReport = []; for (const issue of report.results) {