From a27ffb30163817777c09ff155d40f8485fa4096d Mon Sep 17 00:00:00 2001 From: Aarish <118203269+ImprobableGenius@users.noreply.github.com> Date: Fri, 23 May 2025 00:55:45 -0500 Subject: [PATCH] Add a todoComment --- services/PlaywrightService.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/services/PlaywrightService.js b/services/PlaywrightService.js index d640d4b..1082ba9 100644 --- a/services/PlaywrightService.js +++ b/services/PlaywrightService.js @@ -91,7 +91,7 @@ class PlaywrightService { let results = []; try { - await page.goto(url); + await page.goto(url); // TODO: Retry if this times out await injectAxe(page); results = await page.evaluate(async () => { return await window.axe.run();