From 966b3f1c1f9b2d414242fc1b041d356c39e33488 Mon Sep 17 00:00:00 2001 From: Aarish <118203269+ImprobableGenius@users.noreply.github.com> Date: Thu, 22 May 2025 23:46:11 -0500 Subject: [PATCH] Add block comment for runAccessibilityTest method --- services/PlaywrightService.js | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/services/PlaywrightService.js b/services/PlaywrightService.js index 25c17d6..e485787 100644 --- a/services/PlaywrightService.js +++ b/services/PlaywrightService.js @@ -25,7 +25,12 @@ class PlaywrightService { } /** + * Get the list of urls to be tested by querying + * the sitemap and returning the list of urls * + * @param {string} url - The URL of the sitemap + * + * @returns {Array} - The list of urls to be tested */ async runAccessibilityTest() {