Open
Description
The implementation of find (or getElement) has a default, "", value for the first argument. Meaning that find() is equivalent to find("").
However, findAll doesn't have this default value and so findAll() equates to findAll("undefined")
This seems inconsistent and caused me a bit of confusion debugging.
(findWithAssert also doesn't default the first argument)
Metadata
Metadata
Assignees
Labels
No labels