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 add6a76 commit 7bb8152Copy full SHA for 7bb8152
src/docs/handbook/web-testing/page-element-query-language.md
@@ -736,7 +736,7 @@ const destroyButton = () => // Destroy button
736
### Filtering page elements
737
738
Serenity/JS [`PageElements`](/api/web/class/PageElements/) are a [`List`](/api/core/class/List/), which means they offer a filtering API
739
-[`list.where(metaQuestion, expectation)`](/api/core/class/List/#where) and methods like
+([`list.where(metaQuestion, expectation)`](/api/core/class/List/#where)) and methods like
740
[`first()`](/api/web/class/PageElements/#first),
741
[`last()`](/api/web/class/PageElements/#last),
742
or [`count()`](/api/web/class/PageElements/#count).
0 commit comments