diff --git a/release notes/v0.49.0.md b/release notes/v0.49.0.md index 306033faab7..bcf2b936eb3 100644 --- a/release notes/v0.49.0.md +++ b/release notes/v0.49.0.md @@ -36,6 +36,7 @@ _what, why, and what this means for the user_ - [browser#1129](https://github.com/grafana/xk6-browser/pull/1129) mitigates the risk of panics when the website under test uses the `console`. - [browser#1133](https://github.com/grafana/xk6-browser/pull/1133) fixes `BigInt` parsing. - [browser#1108](https://github.com/grafana/xk6-browser/pull/1108), [browser#1110](https://github.com/grafana/xk6-browser/pull/1110) fixes `isVisible` and `isHidden` so that it does not wait for an element to match with the given `selector`, allowing it to continue on with the test script when elements are not on the page. +- [browser#1121](https://github.com/grafana/xk6-browser/pull/1121) fixes `dblClick` so that it works with `onDblClick` and performs two clicks on the specified element. ## Maintenance and internal improvements