Skip to content

Commit

Permalink
Add browser#1408 & #1422 to release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
ankur22 committed Sep 17, 2024
1 parent dfe6c0f commit a42b2ff
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions release notes/v0.54.0.md
Original file line number Diff line number Diff line change
Expand Up @@ -189,6 +189,7 @@ await page.setChecked('#checkbox', false); // uncheck the checkbox
- [browser#1406](https://github.com/grafana/xk6-browser/pull/1406) fixes panic on iframe attach when iframe didn't contain any UI elements.
- [browser#1420](https://github.com/grafana/xk6-browser/pull/1420) uses the VU context to control the iterations lifecycle which helps k6 shutdown in a timely manner when a test is aborted.
- [browser#1421](https://github.com/grafana/xk6-browser/pull/1421) fixes the navigation span by starting when the page starts to load so that it's a better representation of how long the test was on a page.
- [browser#1408](https://github.com/grafana/xk6-browser/pull/1408), [#1422](https://github.com/grafana/xk6-browser/pull/1422) fixes the `page.reload` API so handles `null` responses without exceptions.

## Maintenance and internal improvements

Expand Down

0 comments on commit a42b2ff

Please sign in to comment.