mirror of
https://github.com/microsoft/playwright.git
synced 2025-06-26 21:40:17 +00:00
docs(release-notes): fix wrong browser versions
This commit is contained in:
parent
b3edb2a130
commit
a678561cda
@ -34,14 +34,14 @@ await Expect(Page.GetByRole(AriaRole.Heading, new() { Name = "Light and easy" })
|
|||||||
|
|
||||||
### Browser Versions
|
### Browser Versions
|
||||||
|
|
||||||
* Chromium 121.0.6167.57
|
* Chromium 123.0.6312.4
|
||||||
* Mozilla Firefox 121.0
|
* Mozilla Firefox 123.0
|
||||||
* WebKit 17.4
|
* WebKit 17.4
|
||||||
|
|
||||||
This version was also tested against the following stable channels:
|
This version was also tested against the following stable channels:
|
||||||
|
|
||||||
* Google Chrome 120
|
* Google Chrome 122
|
||||||
* Microsoft Edge 120
|
* Microsoft Edge 123
|
||||||
|
|
||||||
## Version 1.41
|
## Version 1.41
|
||||||
|
|
||||||
|
@ -33,14 +33,14 @@ assertThat(page.getByRole(AriaRole.HEADING, new Page.GetByRoleOptions().setName(
|
|||||||
|
|
||||||
### Browser Versions
|
### Browser Versions
|
||||||
|
|
||||||
* Chromium 121.0.6167.57
|
* Chromium 123.0.6312.4
|
||||||
* Mozilla Firefox 121.0
|
* Mozilla Firefox 123.0
|
||||||
* WebKit 17.4
|
* WebKit 17.4
|
||||||
|
|
||||||
This version was also tested against the following stable channels:
|
This version was also tested against the following stable channels:
|
||||||
|
|
||||||
* Google Chrome 120
|
* Google Chrome 122
|
||||||
* Microsoft Edge 120
|
* Microsoft Edge 123
|
||||||
|
|
||||||
## Version 1.41
|
## Version 1.41
|
||||||
|
|
||||||
|
@ -32,14 +32,14 @@ expect(page.get_by_role("heading", name="Light and easy")).to_be_visible()
|
|||||||
|
|
||||||
### Browser Versions
|
### Browser Versions
|
||||||
|
|
||||||
* Chromium 121.0.6167.57
|
* Chromium 123.0.6312.4
|
||||||
* Mozilla Firefox 121.0
|
* Mozilla Firefox 123.0
|
||||||
* WebKit 17.4
|
* WebKit 17.4
|
||||||
|
|
||||||
This version was also tested against the following stable channels:
|
This version was also tested against the following stable channels:
|
||||||
|
|
||||||
* Google Chrome 120
|
* Google Chrome 122
|
||||||
* Microsoft Edge 120
|
* Microsoft Edge 123
|
||||||
|
|
||||||
## Version 1.41
|
## Version 1.41
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user