Better comments
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user