cherry-pick(#23606) docs: fix images for release notes
The previous were uploaded to a private repository artifacts and were not accessible for a general public.
This commit is contained in:
parent
f28d156039
commit
745e2009cf
|
|
@ -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:
|
||||
|
||||

|
||||

|
||||
|
||||
* 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):
|
||||
|
||||

|
||||

|
||||
|
||||
* 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
|
||||
|
|
|
|||
Loading…
Reference in a new issue