I am using nightwatch for e2etesting my app. One of the tests fails because it cannot scroll to the element that it is testing I suspect. Question do I need to scroll or is ther
You can execute this javascript with execute document.querySelector({{ACTUAL_SELECTOR}}).scrollIntoView();
execute
document.querySelector({{ACTUAL_SELECTOR}}).scrollIntoView();