Skip to content

Commit

Permalink
cherry-pick(#27067): docs: fix line wrapping in release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
aslushnikov committed Sep 13, 2023
1 parent 94b6fe1 commit da997ee
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions docs/src/release-notes-js.md
Expand Up @@ -23,14 +23,13 @@ import LiteYouTube from '@site/src/components/LiteYouTube';

### Deprecations

* The following methods were deprecated: [`method: Page.type`], [`method:
Frame.type`], [`method: Locator.type`] and [`method: ElementHandle.type`].
* The following methods were deprecated: [`method: Page.type`], [`method: Frame.type`],
[`method: Locator.type`] and [`method: ElementHandle.type`].
Please use [`method: Locator.fill`] instead which is much faster. Use
[`method: Locator.pressSequentially`] only if there is a special keyboard
handling on the page, and you need to press keys one-by-one.
* The method [`method: SnapshotAssertions.toMatchSnapshot#1`] is deprecated in
favor of [`method: PageAssertions.toHaveScreenshot#1`] and [`method:
LocatorAssertions.toHaveScreenshot#1`].
favor of [`method: PageAssertions.toHaveScreenshot#1`] and [`method: LocatorAssertions.toHaveScreenshot#1`].

### Breaking Changes: Playwright no longer downloads browsers automatically

Expand Down

0 comments on commit da997ee

Please sign in to comment.