From 7c465c99702ebdee52941ab9e1c640b7e053f37a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rene=CC=81?= Date: Thu, 17 Oct 2024 10:37:04 +0200 Subject: [PATCH] small change in docs MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: René --- docs/src/api/class-tracing.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/api/class-tracing.md b/docs/src/api/class-tracing.md index 7a19b9ef40..353a220516 100644 --- a/docs/src/api/class-tracing.md +++ b/docs/src/api/class-tracing.md @@ -284,7 +284,7 @@ To specify the final trace zip file name, you need to pass `path` option to ## async method: Tracing.group * since: v1.49 -Creates a new inline group in the trace, causing any subsequent calls to belong to this group, until [`method: Tracing.groupEnd`] is called. +Creates a new inline group within the trace, assigning any subsequent calls to this group until [method: Tracing.groupEnd] is invoked. Groups can be nested and are similar to `test.step` in trace. However, groups are only visualized in the trace viewer and, unlike test.step, have no effect on the test reports.