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 625e65f commit fab6a32
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ describe("Rule Unit Tests from WebdriverIO", function () {
if (pc !== 0) return pc;
return b.ruleId.localeCompare(a.ruleId);
})
// console.log(expectedInfo.results);
console.log("filtReport=" + JSON.stringify(filtReport));
expect(filtReport).toEqual(expectedInfo.results);
} else if (legacyExpectedInfo) {
let expectedInfo = {}
Expand Down

0 comments on commit fab6a32

Please sign in to comment.