Skip to content

Commit 745e200

Browse files
committed
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.
1 parent f28d156 commit 745e200

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/src/release-notes-js.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,11 @@ import LiteYouTube from '@site/src/components/LiteYouTube';
1212

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

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

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

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

2121
* 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:
2222
```js

0 commit comments

Comments
 (0)