test 1 is failing at:
wait.until(
EC.element_to_be_clickable((By.CSS_SELECTOR, 'input[name="keyword"] + roundup-classhelper'))).click()
with:
E selenium.common.exceptions.ElementNotInteractableException: Message: Element <roundup-classhelper> could not be scrolled into view
I am confused by this error. I am not sure if it thinks it can't click on a roundup-classhelper and therefore
it can't scroll a clickable roundup-classhelper into view or if something else is going wrong.
The css selector work when used in the console on the page with document.querySelector("input[name=keyword] + roundup-classhelper") so ....
The rest of the tests work after accounting for #65 .