Skip to content

Commit

Permalink
fix(navigateToCustomChart): chart not fully loaded
Browse files Browse the repository at this point in the history
  • Loading branch information
jalezi committed May 7, 2021
1 parent c90d0da commit b2fb908
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions navigateToCustomChart.js
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ module.exports = async ({
result = await func(button);
}
text && console.log(`Button "${text}" clicked`);
page.waitForTimeout(500);
return result;
};

Expand Down

0 comments on commit b2fb908

Please sign in to comment.