From 23cea2e1de3b67af168cb54b4c55f6e99f5cf449 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rene=CC=81?= Date: Thu, 17 Oct 2024 10:43:01 +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: ReneĢ --- packages/playwright-core/types/types.d.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/playwright-core/types/types.d.ts b/packages/playwright-core/types/types.d.ts index 8a40902206796..ee8cb8b1016a7 100644 --- a/packages/playwright-core/types/types.d.ts +++ b/packages/playwright-core/types/types.d.ts @@ -21059,8 +21059,8 @@ export interface Touchscreen { */ export interface Tracing { /** - * Creates a new inline group in the trace, causing any subsequent calls to belong to this group, until - * [tracing.groupEnd()](https://playwright.dev/docs/api/class-tracing#tracing-group-end) 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.