diff --git a/services/PlaywrightService.js b/services/PlaywrightService.js index b86ffd1..d640d4b 100644 --- a/services/PlaywrightService.js +++ b/services/PlaywrightService.js @@ -82,7 +82,8 @@ class PlaywrightService { * Run accessibility test on given url * * @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) { const browser = await chromium.launch();