[v3] LiteAdaptor's elementsByClass() fails to return any elements.
The LiteAdaptor's elementsByClass()
throws an error about the class.find()
argument. In particular
should use classes.includes(name)
rather than classes.find(name)
, and tags.push(n)
rather than tags = []
.