We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4f1ee80 commit d4d4bf9Copy full SHA for d4d4bf9
src/docs/handbook/web-testing/page-element-query-language.md
@@ -820,8 +820,8 @@ await actorCalled('Alice').attemptsTo(
820
821
### Finding a sibling element
822
823
-To find a sibling element, e.g. find a destroy button for an item which label contains a certain text:
824
-- find the container element which descendant element meets your conditions,
+To find a sibling element, e.g. to find a destroy button for an item whose label contains a certain text:
+- find the container element whose descendant element meets your conditions,
825
- locate the sibling element within that container element.
826
827
```typescript
0 commit comments