Skip to content

Commit

Permalink
Add PR for browser issue 469
Browse files Browse the repository at this point in the history
  • Loading branch information
ankur22 committed Dec 15, 2023
1 parent 352527e commit 2b9cc69
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions release notes/v0.49.0.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 2b9cc69

Please sign in to comment.