From ac0a3fb27581c61f78de33d4e1bb42db9a4e807e Mon Sep 17 00:00:00 2001 From: Max Schmitt Date: Tue, 30 Jul 2024 11:19:07 +0200 Subject: [PATCH] docs(best-practises): make trace icon location more clear (#31909) --- docs/src/best-practices-js.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/best-practices-js.md b/docs/src/best-practices-js.md index 1cac5477b7..7a57193699 100644 --- a/docs/src/best-practices-js.md +++ b/docs/src/best-practices-js.md @@ -204,7 +204,7 @@ npx playwright show-report Playwrights HTML report -Traces can be opened by clicking on the icon next to the test or by opening each of the test reports and scrolling down to the traces section. +Traces can be opened by clicking on the icon next to the test file name or by opening each of the test reports and scrolling down to the traces section. Screenshot 2023-01-13 at 09 58 34