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