Skip to content

Commit

Permalink
cherry-pick(#28276): docs(trace-viewer): fix <details><summary> syntax (
Browse files Browse the repository at this point in the history
#28297)

This PR cherry-picks the following commits:

- e405c1d

Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
playwrightmachine and github-actions[bot] committed Nov 22, 2023
1 parent 8dea604 commit 480ae58
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions docs/src/trace-viewer-intro-csharp-java-python.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ Options for tracing are:

This will record the trace and place it into the file named `trace.zip` in your `test-results` directory.

<details><summary>If you are not using Pytest, click here to learn how to record traces.
</summary>
<details>
<summary>If you are not using Pytest, click here to learn how to record traces.</summary>

```python async
browser = await chromium.launch()
Expand Down
4 changes: 2 additions & 2 deletions docs/src/trace-viewer.md
Original file line number Diff line number Diff line change
Expand Up @@ -177,8 +177,8 @@ Options for tracing are:

This will record the trace and place it into the file named `trace.zip` in your `test-results` directory.

<details><summary>If you are not using Pytest, click here to learn how to record traces.
</summary>
<details>
<summary>If you are not using Pytest, click here to learn how to record traces.</summary>

```python async
browser = await chromium.launch()
Expand Down

0 comments on commit 480ae58

Please sign in to comment.