fix(docs): properly render Trace Viewer debug video (#35122)

This commit is contained in:
Adam Gastineau 2025-03-10 06:45:37 -07:00 committed by GitHub
parent 49f03c87fc
commit 5c17a1b937
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 0 additions and 1 deletions

View File

@ -225,7 +225,6 @@ Playwright [Trace Viewer](/trace-viewer.md) is a GUI tool that lets you explore
<video width="100%" height="100%" controls muted>
<source src="https://user-images.githubusercontent.com/13063165/219132713-17b9d75b-71e3-42c4-a43f-3f9e2e15f834.mp4" type="video/mp4" />
Your browser does not support the video tag.
</video>
To learn more about how to record traces and use the Trace Viewer, check out the [Trace Viewer](/trace-viewer.md) guide.