An error appeared when try to get a non-existent child by index #1240
Labels
STATE: Auto-locked
An issue has been automatically locked by the Lock bot.
SYSTEM: reporting
SYSTEM: runner
TYPE: bug
The described behavior is considered as wrong (bug).
Milestone
Are you requesting a feature or reporting a bug?
bug
What is the current behavior?
Function that specifies a selector can only return a DOM node, an array of nodes, NodeList, HTMLCollection, null or undefined. Use ClientFunction to return other values
error is appearedWhat is the expected behavior?
Should return a Selector instance that returns
false
forawait element.exists
How would you reproduce the current behavior (if this is a bug)?
run the test
Provide the test code and the tested page URL (if applicable)
Tested page URL:
any. For example:
https://testcafe-discuss.devexpress.com/
Test code
Specify your
The text was updated successfully, but these errors were encountered: