Better comments

This commit is contained in:
Aarish
2025-05-23 00:55:04 -05:00
parent 355837ffd0
commit d79c581ea8

View File

@@ -82,7 +82,8 @@ class PlaywrightService {
* Run accessibility test on given url * Run accessibility test on given url
* *
* @param {string} url - The URL of the page to test * @param {string} url - The URL of the page to test
* // TODO: Queue all urls from sitemap *
* @returns {Array} - The list of results from the accessibility test
*/ */
static async #runAccessibilityTest(url) { static async #runAccessibilityTest(url) {
const browser = await chromium.launch(); const browser = await chromium.launch();