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.
2 parents 7f3f6f5 + 323ba3d commit 5f51026Copy full SHA for 5f51026
src/setup-page-script.ts
@@ -458,7 +458,7 @@ async function __test(storyId: string): Promise<any> {
458
a11yParameter?.disable !== true &&
459
a11yParameter?.test !== 'off' &&
460
a11yGlobals?.manual !== true &&
461
- a11yReport.result?.violations?.length > 0;
+ a11yReport?.result?.violations?.length > 0;
462
463
if (shouldRunA11yTest) {
464
const violations = expectToHaveNoViolations(a11yReport.result);
0 commit comments