small change in docs
Signed-off-by: René <snooz@posteo.de>
This commit is contained in:
parent
7c465c9970
commit
23cea2e1de
4
packages/playwright-core/types/types.d.ts
vendored
4
packages/playwright-core/types/types.d.ts
vendored
|
|
@ -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.
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue