docs(trace-viewer): fix <details><summary> syntax (#28276)
This commit is contained in:
parent
91c5bac52b
commit
e405c1deea
|
|
@ -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.
|
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.
|
<details>
|
||||||
</summary>
|
<summary>If you are not using Pytest, click here to learn how to record traces.</summary>
|
||||||
|
|
||||||
```python async
|
```python async
|
||||||
browser = await chromium.launch()
|
browser = await chromium.launch()
|
||||||
|
|
|
||||||
|
|
@ -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.
|
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.
|
<details>
|
||||||
</summary>
|
<summary>If you are not using Pytest, click here to learn how to record traces.</summary>
|
||||||
|
|
||||||
```python async
|
```python async
|
||||||
browser = await chromium.launch()
|
browser = await chromium.launch()
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue