My application features a button that, when clicked, uses JavaScript to scroll the page. However, I'm encountering an error stating "Element is not clickable at point (somepoint,somepoint)". I believe this issue arises because selenium/protractor does not recognize the dynamic scroll and therefore fails to wait for it before proceeding. How can I specify a specific wait time before executing the next action?