I have an app which includes a button that you click which scrolls the page using JS.
I get a "Element is not clickable at point (somepoint,somepoint)" error, I think this is because selenium/protractor isn't aware of the dynamic scroll and so isn't waiting for it, how can I set a specific time to wait before attempting the next action?