Skip to content

Commit

Permalink
fixup! Add tasks in release notes for waitForEvent API
Browse files Browse the repository at this point in the history
  • Loading branch information
ankur22 committed Oct 31, 2023
1 parent 0b89909 commit ef92133
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion release notes/v0.48.0.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,12 @@ _what, why, and what this means for the user_
## Bug fixes

- [browser#1077](https://github.com/grafana/xk6-browser/pull/1077) Fixes `browserContext.clearPermissions` to clear permissions without panic.
- [browser#1042](https://github.com/grafana/xk6-browser/pull/1042), [browser#1069](https://github.com/grafana/xk6-browser/pull/1069) Fixes `browserContext.waitForEvent`. This fix involved promisifying the `waitForEvent` API as well as various internal refactors.
- [browser#1042](https://github.com/grafana/xk6-browser/pull/1042) Fixes `browserContext.waitForEvent` which involved promisifying the `waitForEvent` API.

## Maintenance and internal improvements

- [browser#1075](https://github.com/grafana/xk6-browser/pull/1075), [browser#1076](https://github.com/grafana/xk6-browser/pull/1076) Refactors `clearPermissions` and `grantPermissions`.
- [browser#1069](https://github.com/grafana/xk6-browser/pull/1069) Internal refactors.

## _Optional_ Roadmap

Expand Down

0 comments on commit ef92133

Please sign in to comment.