chore: fix snippets in release-notes (#13033)

This commit is contained in:
Max Schmitt 2022-03-24 15:52:04 +01:00 committed by GitHub
parent 8f6df440d5
commit 81050c406e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 1 additions and 7 deletions

View file

@ -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.

View file

@ -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`].

View file

@ -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
```