Skip to content

Commit

Permalink
Merge branch 'main' into feat/ehj-headless001
Browse files Browse the repository at this point in the history
  • Loading branch information
hajonsoft authored Mar 16, 2024
2 parents 4b5fa78 + e94233a commit 56caa76
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions src/ehj.js
Original file line number Diff line number Diff line change
Expand Up @@ -1190,10 +1190,8 @@ async function pageContentHandler(currentConfig) {
"#actionPanel > div > input.btn.btn-primary"
).value = "Submit (Ok)";
});
if (fs.existsSync(getPath("loop.txt"))) {
await page.waitForSelector(submitButtonSelector);
await page.click(submitButtonSelector);
}
await page.waitForSelector(submitButtonSelector);
await page.click(submitButtonSelector);
}

break;
Expand Down

0 comments on commit 56caa76

Please sign in to comment.