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 64d2f21 commit 014d3b3
Show file tree
Hide file tree
Showing 3 changed files with 947 additions and 2,794 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 014d3b3

Please sign in to comment.