Skip to content

Commit

Permalink
Move #1035 to improvements section
Browse files Browse the repository at this point in the history
  • Loading branch information
ankur22 committed Oct 5, 2023
1 parent 6c5d362 commit bc3eadb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion release notes/v0.47.0.md
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,6 @@ page.evaluate(() => console.log('this is a console.log message', 42));
- [browser#1031](https://github.com/grafana/xk6-browser/pull/1031) Fixes the `expires` field while adding cookies using the `context.addCookie()` method.
- [browser#1039](https://github.com/grafana/xk6-browser/pull/1039) Fixes `goja` conversions while adding and retrieving cookies.
- [browser#1038](https://github.com/grafana/xk6-browser/pull/1038) Fixes read/write data race for edge case with remote browsers.
- [browser#1035](https://github.com/grafana/xk6-browser/pull/1035) Refactors `int64` timeout to `time.Duration`, to help avoid confusion as to whether a timeout is in milliseconds or seconds.
- [browser#1034](https://github.com/grafana/xk6-browser/pull/1034) Fixes `page.reload` & `page.setContent` to use the default navigation timeout over the default timeout.
- [browser#1033](https://github.com/grafana/xk6-browser/pull/1033) Fixes the `page` timeouts so it is actually used after being set.

Expand All @@ -113,6 +112,7 @@ page.evaluate(() => console.log('this is a console.log message', 42));
- [browser#1003](https://github.com/grafana/xk6-browser/pull/1003), [browser#1009](https://github.com/grafana/xk6-browser/pull/1009), [browser#1010](https://github.com/grafana/xk6-browser/pull/1010) Internal changes to xk6-browser.
- [browser#997](https://github.com/grafana/xk6-browser/pull/997) Updates xk6-browser readme.
- [browser#962](https://github.com/grafana/xk6-browser/pull/962) CI fixes.
- [browser#1035](https://github.com/grafana/xk6-browser/pull/1035) Refactors `int64` timeout to `time.Duration`, to help avoid confusion as to whether a timeout is in milliseconds or seconds.

## Roadmap

Expand Down

0 comments on commit bc3eadb

Please sign in to comment.