Skip to content

Commit

Permalink
small change in docs
Browse files Browse the repository at this point in the history
Signed-off-by: René <[email protected]>
  • Loading branch information
Snooz82 committed Oct 18, 2024
1 parent 7c465c9 commit 23cea2e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/playwright-core/types/types.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 23cea2e

Please sign in to comment.