Add block comment for runAccessibilityTest method

This commit is contained in:
Aarish
2025-05-22 23:46:11 -05:00
parent 38da11fd99
commit 966b3f1c1f

View File

@@ -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() { async runAccessibilityTest() {