This PR cherry-picks the following commits:
- 8c880cad76
Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
This commit is contained in:
parent
e27bc9faa8
commit
65859fa54b
|
|
@ -35,7 +35,7 @@ await Expect(Page.GetByPlaceholder("Search docs")).ToHaveValueAsync("locator");
|
||||||
### Other Changes
|
### Other Changes
|
||||||
|
|
||||||
- Methods [`method: Download.path`] and [`method: Download.createReadStream`] throw an error for failed and cancelled downloads.
|
- 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
|
### Browser Versions
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -35,7 +35,6 @@ assertThat(page.getByPlaceholder("Search docs")).hasValue("locator");
|
||||||
### Other Changes
|
### Other Changes
|
||||||
|
|
||||||
- Methods [`method: Download.path`] and [`method: Download.createReadStream`] throw an error for failed and cancelled downloads.
|
- 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
|
### Browser Versions
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -38,7 +38,6 @@ def test_example(page: Page) -> None:
|
||||||
### Other Changes
|
### Other Changes
|
||||||
|
|
||||||
- Method [`method: Download.path`] throws an error for failed and cancelled downloads.
|
- 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
|
### Browser Versions
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue