From 1d0f96c4c29a37a468fbc2b15706d9f9de10185c Mon Sep 17 00:00:00 2001 From: ankur22 Date: Wed, 27 Sep 2023 13:41:59 +0100 Subject: [PATCH] Move browser#1022 to improvements Co-authored-by: Oleg Bespalov --- release notes/v0.47.0.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/release notes/v0.47.0.md b/release notes/v0.47.0.md index ec43c508d67d..cd0737455cee 100644 --- a/release notes/v0.47.0.md +++ b/release notes/v0.47.0.md @@ -70,6 +70,7 @@ _Format as ` . `_: - [#3338](https://github.com/grafana/k6/pull/3338) and [xk6-grpc#48](https://github.com/grafana/xk6-grpc/pull/48). Adds a support of the v1 of the gRPC reflection protocol. - [browser#1035](https://github.com/grafana/xk6-browser/pull/1035) Refactor `int64` timeout to `time.Duration` which ensures no confusion as to whether a timeout is in milliseconds or seconds. - [browser#1007](https://github.com/grafana/xk6-browser/pull/1007) Inject `window.k6 = {};` to help identify k6 browser module tests. +- [browser#1022](https://github.com/grafana/xk6-browser/pull/1022) Refactor the `check` in `examples/fillform.js` so that it matches the type definitions and documentation for `check`. - _`#999` Gives terminal output prettier printing. Thanks to `@person` for the help!_ - `#pr` `` - `#pr` `` @@ -84,7 +85,6 @@ _Format as ` . `_: - [browser#1038](https://github.com/grafana/xk6-browser/pull/1038) Fix read/write data race for edge case with remote browsers. - [browser#1034](https://github.com/grafana/xk6-browser/pull/1034) Fix `page.reload` & `page.setContent` to use the default navigation timeout over the default timeout. - [browser#1033](https://github.com/grafana/xk6-browser/pull/1033) Fix the `page` timeouts so it is actually used after being set. -- [browser#1022](https://github.com/grafana/xk6-browser/pull/1022) Fix the `check` in `examples/fillform.js` so that it matches the type definitions and documentation for `check`. ## Maintenance and internal improvements