Closed
Description
Inspiration: Using container to query for elements
This would error on container
methods like querySelector
that are often used instead of get/query functions, as there might be other reasons why you'd need to access the container in a test (such as assertions). It would be nice to give suggestions of specific get/query functions as well, but I'm not sure how far we could get.