Skip to content

Commit 74bb3d4

Browse files
committed
style(website): remove consecutive blank lines according to "MD012 - Multiple consecutive blank lines"
Refs: https://github.com/DavidAnson/markdownlint/blob/v0.36.1/doc/md012.md
1 parent 3bbe295 commit 74bb3d4

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

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

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,6 @@ To define a page element:
6464
- Make the function return a [`PageElement`](/api/web/class/PageElement#located), configured to locate the element using one of the built-in [`By` selectors](/api/web/class/By).
6565
- Give your page element a **human-readable description** to be used when [reporting interactions](/handbook/reporting/) with the element.
6666

67-
6867
:::tip Writing portable test code
6968
Note how giving your test functions **meaningful names**, such as `basketTotal`, helps to make your code **easier to read** and **understand**. Also note how using the `PageElement` and `By` APIs
7069
helps your code remain **declarative**, **portable**, and agnostic of low-level integration tool-specific method calls, further improving its **reusability**.
@@ -192,7 +191,6 @@ await actorCalled('Alice').attemptsTo(
192191
)
193192
```
194193

195-
196194
Note that Serenity/JS expectations are **type-safe** and **portable**.
197195
This means that you're not limited to using just the web-specific expectations in your web tests,
198196
and you can use any other expectations from the [Serenity/JS assertions module](/api/assertions)

0 commit comments

Comments
 (0)