docs(release-notes): fix wrong browser versions

This commit is contained in:
Max Schmitt 2024-03-06 11:02:51 +01:00
parent b3edb2a130
commit a678561cda
3 changed files with 12 additions and 12 deletions

View File

@ -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

View File

@ -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

View File

@ -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