Skip to content

Commit

Permalink
Update example.e2e.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
shunguoy committed Oct 20, 2023
1 parent ecbbcea commit 625e65f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down

0 comments on commit 625e65f

Please sign in to comment.