We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cdf725b commit a8870daCopy full SHA for a8870da
accessibility/scanner/index.js
@@ -28,7 +28,7 @@ const setScanConfig = (win, payload) =>
28
29
30
setTimeout(() => {
31
- reject(new Error('automation-custom-event not received within timeout'));
+ resolve(new Error('automation-custom-event not received within timeout'));
32
}, 45000);
33
}
34
startScan();
@@ -56,7 +56,7 @@ const getScanData = (win, payload) =>
56
win.document.dispatchEvent(e);
57
58
59
60
61
62
0 commit comments