chore: fix snippets in release-notes (#13033)
This commit is contained in:
parent
8f6df440d5
commit
81050c406e
|
|
@ -499,7 +499,7 @@ This version of Playwright was also tested against the following stable channels
|
|||
|
||||
- [Selecting elements based on layout](./selectors.md#selecting-elements-based-on-layout) with `:left-of()`, `:right-of()`, `:above()` and `:below()`.
|
||||
- Playwright now includes [command line interface](./cli.md), former playwright-cli.
|
||||
```bash js
|
||||
```bash java
|
||||
mvn exec:java -e -Dexec.mainClass=com.microsoft.playwright.CLI -Dexec.args="--help"
|
||||
```
|
||||
- [`method: Page.selectOption`] now waits for the options to be present.
|
||||
|
|
|
|||
|
|
@ -877,9 +877,6 @@ This version of Playwright was also tested against the following stable channels
|
|||
```bash js
|
||||
npx playwright --help
|
||||
```
|
||||
```bash python
|
||||
playwright --help
|
||||
```
|
||||
- [`method: Page.selectOption`] now waits for the options to be present.
|
||||
- New methods to [assert element state](./actionability#assertions) like [`method: Page.isEditable`].
|
||||
|
||||
|
|
|
|||
|
|
@ -516,9 +516,6 @@ This version of Playwright was also tested against the following stable channels
|
|||
|
||||
- [Selecting elements based on layout](./selectors.md#selecting-elements-based-on-layout) with `:left-of()`, `:right-of()`, `:above()` and `:below()`.
|
||||
- Playwright now includes [command line interface](./cli.md), former playwright-cli.
|
||||
```bash js
|
||||
npx playwright --help
|
||||
```
|
||||
```bash python
|
||||
playwright --help
|
||||
```
|
||||
|
|
|
|||
Loading…
Reference in a new issue