You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Seems like react locators only work fine with I.click and I.seeElement. I get different errors when using other methods like waitForVisible, waitForElement, moveCursorTo, focus, scrollTo whenever I pass a react locator.
How to reproduce
There is this file called react_test.js in codecept's repo at location examples\react_test.js. Just change the content and use any of above methods.
What are you trying to achieve?
Seems like react locators only work fine with
I.click
andI.seeElement
. I get different errors when using other methods likewaitForVisible, waitForElement, moveCursorTo, focus, scrollTo
whenever I pass a react locator.How to reproduce
There is this file called
react_test.js
in codecept's repo at locationexamples\react_test.js
. Just change the content and use any of above methods.Example change the code to below code
Getting this error with above code
Different methods throw different errors.
Details
The text was updated successfully, but these errors were encountered: