Add a todoComment

This commit is contained in:
Aarish
2025-05-23 00:55:45 -05:00
parent d79c581ea8
commit a27ffb3016

View File

@@ -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();