Skip to content

Test case 1 fails with ElementNotInteractableException for roundup-classhelper #66

@rouilj

Description

@rouilj

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 .

Metadata

Metadata

Labels

No labels
No labels

Type

No type

Projects

Status

No status

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions