From 480ae58942401b5e27e1eef47dac636923d2e77c Mon Sep 17 00:00:00 2001 From: Playwright Service <89237858+playwrightmachine@users.noreply.github.com> Date: Wed, 22 Nov 2023 10:55:59 -0800 Subject: [PATCH] cherry-pick(#28276): docs(trace-viewer): fix
syntax (#28297) This PR cherry-picks the following commits: - e405c1deead316101a35318f8f6c89ea87d495d5 Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com> --- docs/src/trace-viewer-intro-csharp-java-python.md | 4 ++-- docs/src/trace-viewer.md | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/src/trace-viewer-intro-csharp-java-python.md b/docs/src/trace-viewer-intro-csharp-java-python.md index 84bbc8dd00d13..35d8335c7ab22 100644 --- a/docs/src/trace-viewer-intro-csharp-java-python.md +++ b/docs/src/trace-viewer-intro-csharp-java-python.md @@ -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. -
If you are not using Pytest, click here to learn how to record traces. - +
+If you are not using Pytest, click here to learn how to record traces. ```python async browser = await chromium.launch() diff --git a/docs/src/trace-viewer.md b/docs/src/trace-viewer.md index 5d60be491ddc2..7ffe10f4a931f 100644 --- a/docs/src/trace-viewer.md +++ b/docs/src/trace-viewer.md @@ -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. -
If you are not using Pytest, click here to learn how to record traces. - +
+If you are not using Pytest, click here to learn how to record traces. ```python async browser = await chromium.launch()