docs(trace-viewer): fix <details><summary> syntax (#28276)

This commit is contained in:
Max Schmitt 2023-11-22 19:40:23 +01:00 committed by GitHub
parent 91c5bac52b
commit e405c1deea
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

View file

@ -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()

View file

@ -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()