Skip to content

Commit c679fd9

Browse files
Update core/src/components/picker-column-option/test/a11y/picker-column-option.e2e.ts
Co-authored-by: Brandy Smith <[email protected]>
1 parent a103a79 commit c679fd9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/src/components/picker-column-option/test/a11y/picker-column-option.e2e.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ configs({ directions: ['ltr'] }).forEach(({ config, title }) => {
1010
test('should not have accessibility violations', async ({ page }) => {
1111
await page.goto(`/src/components/picker-column-option/test/a11y`, config);
1212

13-
const results = await new AxeBuilder({ page }).analyze();
13+
const results = await new AxeBuilder({ page }).disableRules('color-contrast').analyze();
1414

1515
const hasKnownViolations = results.violations.filter((violation) => violation.id === 'color-contrast');
1616
const violations = results.violations.filter((violation) => !hasKnownViolations.includes(violation));

0 commit comments

Comments
 (0)