Skip to content

Commit ed62987

Browse files
committed
chore: update release notes for 1.26
1 parent d25cc5c commit ed62987

File tree

1 file changed

+1
-11
lines changed

1 file changed

+1
-11
lines changed

docs/src/release-notes-js.md

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -6,16 +6,6 @@ toc_max_heading_level: 2
66

77
## Version 1.26
88

9-
### (Experimental) Docker integration
10-
11-
Playwright Test now ships an **experimental** Docker integration. The Docker container provides a consistent environment, eliminating browser rendering differences across platforms.
12-
13-
With this integration, only **browser binaries** are running inside a Docker container, while all the code is still running on the host operating system.
14-
15-
<img width="450px" src="https://user-images.githubusercontent.com/746130/189774482-fd65d4ce-7b45-46c8-8761-36b76dba4671.png">
16-
17-
Read more in [our documentation](./docker#experimental-playwright-test-docker-integration).
18-
199
### Assertions
2010

2111
- New option `enabled` for [`method: LocatorAssertions.toBeEnabled`].
@@ -41,7 +31,7 @@ await page.goto('https://playwright.dev', {
4131
```
4232

4333
Prior to 1.26, this would wait for all iframes to fire the `DOMContentLoaded`
44-
event.
34+
event.
4535

4636
To align with web specification, the `'domcontentloaded'` value only waits for
4737
the target frame to fire the `'DOMContentLoaded'` event. Use `waitUntil: 'load'` to wait for all iframes.

0 commit comments

Comments
 (0)