small change in docs

Signed-off-by: René <snooz@posteo.de>
This commit is contained in:
René 2024-10-17 10:43:01 +02:00
parent 7c465c9970
commit 23cea2e1de

View file

@ -21059,8 +21059,8 @@ export interface Touchscreen {
*/ */
export interface Tracing { export interface Tracing {
/** /**
* Creates a new inline group in the trace, causing any subsequent calls to belong to this group, until * Creates a new inline group within the trace, assigning any subsequent calls to this group until
* [tracing.groupEnd()](https://playwright.dev/docs/api/class-tracing#tracing-group-end) is called. * [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 * 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. * viewer and, unlike test.step, have no effect on the test reports.