Skip to content

Commit

Permalink
fix deps for node20
Browse files Browse the repository at this point in the history
  • Loading branch information
mgrinko committed Mar 11, 2024
1 parent 5a4ee4d commit 2bd6497
Show file tree
Hide file tree
Showing 4 changed files with 2,369 additions and 10,314 deletions.
2 changes: 1 addition & 1 deletion backstop_data/engine_scripts/puppet/clickAndHoverHelper.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ module.exports = async (page, scenario) => {
}

if (postInteractionWait) {
await page.waitForTimeout(postInteractionWait);
await new Promise(resolve => setTimeout(resolve, postInteractionWait));
}

if (scrollToSelector) {
Expand Down
Loading

0 comments on commit 2bd6497

Please sign in to comment.