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
Actual result: it passes (because there is a descendant that matches the second selector)
Expected result: my understanding is that Selector.all allows us to find a single HTML element that matches all given selectors - if this is not the case, then I would say the description of this function should be clarified
The text was updated successfully, but these errors were encountered:
To reproduce:
Another example with a
class
selector:Link to running examples: https://ellie-app.com/m7RYfvvLvjPa1
Actual result: it passes (because there is a descendant that matches the second selector)
Expected result: my understanding is that
Selector.all
allows us to find a single HTML element that matches all given selectors - if this is not the case, then I would say the description of this function should be clarifiedThe text was updated successfully, but these errors were encountered: