docs: updated doc-open vscode button in source tab

This commit is contained in:
ankursaxena17 2025-02-06 09:11:06 -05:00
parent de19a0634a
commit 8c6c0e56fe

View file

@ -59,7 +59,7 @@ Click on the pick locator button and hover over the DOM snapshot to see the loca
## Source ## Source
As you hover over each action of your test the line of code for that action is highlighted in the source panel. If you are using VS Code then you can easily open your test by clicking on the file icon next to the eye icon. This will open your test in VS Code right at the line of code that you clicked on. As you hover over each action of your test the line of code for that action is highlighted in the source panel. The button "Open in VSCode" is at the top-right of this section. If you are using VS Code then you can easily open your test by clicking on the file icon next to the eye icon. This will open your test in VS Code right at the line of code that you clicked on.
![showing source code of tests in ui mode](https://github.com/microsoft/playwright/assets/13063165/49b9fa2a-8a57-4044-acaa-0a2ea4784c5c) ![showing source code of tests in ui mode](https://github.com/microsoft/playwright/assets/13063165/49b9fa2a-8a57-4044-acaa-0a2ea4784c5c)