Skip to content

Commit

Permalink
chore: update release notes for 1.26
Browse files Browse the repository at this point in the history
  • Loading branch information
aslushnikov committed Sep 19, 2022
1 parent d25cc5c commit ed62987
Showing 1 changed file with 1 addition and 11 deletions.
12 changes: 1 addition & 11 deletions docs/src/release-notes-js.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,16 +6,6 @@ toc_max_heading_level: 2

## Version 1.26

### (Experimental) Docker integration

Playwright Test now ships an **experimental** Docker integration. The Docker container provides a consistent environment, eliminating browser rendering differences across platforms.

With this integration, only **browser binaries** are running inside a Docker container, while all the code is still running on the host operating system.

<img width="450px" src="https://user-images.githubusercontent.com/746130/189774482-fd65d4ce-7b45-46c8-8761-36b76dba4671.png">

Read more in [our documentation](./docker#experimental-playwright-test-docker-integration).

### Assertions

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

Prior to 1.26, this would wait for all iframes to fire the `DOMContentLoaded`
event.
event.

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

0 comments on commit ed62987

Please sign in to comment.