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
Sometimes your assertions need room to breathe. For this you can use `with()`, `many()`, `elsewhere()` and `scope()` to filter elements into a callback for better readability.
369
+
Sometimes your assertions need room to breathe. For this you can use `one()`, `many()`, `elsewhere()` and `with()` to filter elements into a callback for better readability.
370
370
371
-
-`with()`: The first matching element in the **current** scope using `querySelector()`.
371
+
-`one()`: The first matching element in the **current** scope using `querySelector()`.
372
372
-`many()`: Every matching element in the **current** scope using `querySelectorAll()`,
373
373
-`elsewhere()`: The first matching element in the **document** scope using `querySelector()`.
0 commit comments