Skip to content

Commit

Permalink
cherry-pick(#23606) docs: fix images for release notes
Browse files Browse the repository at this point in the history
The previous were uploaded to a private repository artifacts and
were not accessible for a general public.
  • Loading branch information
aslushnikov committed Jun 8, 2023
1 parent f28d156 commit 745e200
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/src/release-notes-js.md
Expand Up @@ -12,11 +12,11 @@ import LiteYouTube from '@site/src/components/LiteYouTube';

* UI mode is now available in VSCode Playwright extension via a new "Show trace viewer" button:

![Playwright UI Mode](https://github.com/microsoft/playwright-internal/assets/746130/ecc5ad49-5f1c-4ab4-8c07-4275c7075f25)
![Playwright UI Mode](https://github.com/microsoft/playwright/assets/746130/13094128-259b-477a-8bbb-c1181178e8a2)

* UI mode and trace viewer mark network requests handled with [`method: Page.route`] and [`method: BrowserContext.route`] handlers, as well as those issued via the [API testing](./api-testing):

![Trace Viewer](https://github.com/microsoft/playwright-internal/assets/746130/0a2d3122-3b7d-434d-9bcb-637dc28ce926)
![Trace Viewer](https://github.com/microsoft/playwright/assets/746130/0df2d4b6-faa3-465c-aff3-c435b430bfe1)

* New option `maskColor` for methods [`method: Page.screenshot`], [`method: Locator.screenshot`], [`method: PageAssertions.toHaveScreenshot#1`] and [`method: LocatorAssertions.toHaveScreenshot#1`] to change default masking color:
```js
Expand Down

0 comments on commit 745e200

Please sign in to comment.