Add a todoComment
This commit is contained in:
@@ -91,7 +91,7 @@ class PlaywrightService {
|
|||||||
let results = [];
|
let results = [];
|
||||||
|
|
||||||
try {
|
try {
|
||||||
await page.goto(url);
|
await page.goto(url); // TODO: Retry if this times out
|
||||||
await injectAxe(page);
|
await injectAxe(page);
|
||||||
results = await page.evaluate(async () => {
|
results = await page.evaluate(async () => {
|
||||||
return await window.axe.run();
|
return await window.axe.run();
|
||||||
|
|||||||
Reference in New Issue
Block a user