Skip to content

Commit

Permalink
update the debug info #1676
Browse files Browse the repository at this point in the history
  • Loading branch information
shunguoy committed Oct 19, 2023
1 parent fb39ea6 commit 009bedd
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ describe("Rule Unit Tests from WebdriverIO", function () {
var originalTimeout;
// let count = 10;
// Loop over all the unitTestcase html/htm files and perform a scan for them
for (var unitTestFile in unitTestcaseHTML) {
for (var unitTestFile in unitTestcaseHTML) { if (!unitTestFile.includes("element_overlaid_visible_zindex")) continue;
if (unitTestFile in skipMap) continue;
console.log(unitTestFile);
// if (count-- < 0) continue;
Expand Down

0 comments on commit 009bedd

Please sign in to comment.