From a94ff944275a4ed5e882ecef27a8c8668580a410 Mon Sep 17 00:00:00 2001 From: Aman Chopra Date: Sun, 8 Dec 2024 16:49:13 +0530 Subject: [PATCH] playwright accesisbility documentation --- docs/playwright-accessibility-test.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/playwright-accessibility-test.md b/docs/playwright-accessibility-test.md index cc850be72..aa25492b1 100644 --- a/docs/playwright-accessibility-test.md +++ b/docs/playwright-accessibility-test.md @@ -61,7 +61,7 @@ You can use your own project to configure and test it. For demo purposes, we are :::tip sample repo Download or Clone the code sample from the LambdaTest GitHub repository to run your tests. -Image View on GitHub +Image View on GitHub ::: If you are using your own project, make sure you update the **Hub endpoint** in your tests file. By setting up the Hub endpoint, you establish the communication channel between your tests and the browser nodes, enabling effective test distribution and execution.