Skip to content

Commit 6a3b8d1

Browse files
committed
docs(website): make header consistent with others
1 parent 3a77cbe commit 6a3b8d1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/docs/handbook/web-testing/page-element-query-language.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,7 @@ or even [write them yourself](/api/core/class/Expectation).
202202
Learn more about asserting on page elements in chapter "[Web assertions](/handbook/design/assertions#web-assertions)".
203203
:::
204204

205-
### Waiting for condition
205+
### Waiting for conditions
206206

207207
Serenity/JS web module provides [web-specific expectations](/api/core/class/Expectation) you use
208208
to synchronise your test code with the system under test and wait until its state meets your expectations.
@@ -675,7 +675,7 @@ const BasketItemDetails: MetaQuestion<PageElement, Question<Promise<{ name: stri
675675

676676
## Querying page elements
677677

678-
While Serenity/JS [expectations](/api/core/class/Expectation) are most commonly used with [assertion](#performing-assertions) and [synchronisation](#waiting-for-condition) statements,
678+
While Serenity/JS [expectations](/api/core/class/Expectation) are most commonly used with [assertion](#performing-assertions) and [synchronisation](#waiting-for-conditions) statements,
679679
when used with the [`PageElements#where`](/api/web/class/PageElements#where) API they offer a great and reusable alternative to complex CSS selectors and XPath expressions.
680680

681681
In this section, I'll show you how to:

0 commit comments

Comments
 (0)