docs(release-notes): 1.40 nits (#28271)
This commit is contained in:
parent
5ef5e776f6
commit
8c880cad76
|
|
@ -35,7 +35,7 @@ await Expect(Page.GetByPlaceholder("Search docs")).ToHaveValueAsync("locator");
|
|||
### Other Changes
|
||||
|
||||
- Methods [`method: Download.path`] and [`method: Download.createReadStream`] throw an error for failed and cancelled downloads.
|
||||
- Playwright [docker image](./docker.md) now comes with Node.js v20.
|
||||
- Playwright [docker image](./docker.md) now comes with .NET 8 (new LTS).
|
||||
|
||||
### Browser Versions
|
||||
|
||||
|
|
|
|||
|
|
@ -35,7 +35,6 @@ assertThat(page.getByPlaceholder("Search docs")).hasValue("locator");
|
|||
### Other Changes
|
||||
|
||||
- Methods [`method: Download.path`] and [`method: Download.createReadStream`] throw an error for failed and cancelled downloads.
|
||||
- Playwright [docker image](./docker.md) now comes with Node.js v20.
|
||||
|
||||
### Browser Versions
|
||||
|
||||
|
|
|
|||
|
|
@ -38,7 +38,6 @@ def test_example(page: Page) -> None:
|
|||
### Other Changes
|
||||
|
||||
- Method [`method: Download.path`] throws an error for failed and cancelled downloads.
|
||||
- Playwright [docker image](./docker.md) now comes with Node.js v20.
|
||||
|
||||
### Browser Versions
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue