diff --git a/navigateToCustomChart.js b/navigateToCustomChart.js index d443f06..941061a 100644 --- a/navigateToCustomChart.js +++ b/navigateToCustomChart.js @@ -47,6 +47,7 @@ module.exports = async ({ result = await func(button); } text && console.log(`Button "${text}" clicked`); + page.waitForTimeout(500); return result; };