Skip to content

Commit

Permalink
Merge pull request #29769 from storybookjs/rm-a11y-placeholder
Browse files Browse the repository at this point in the history
Addon Test: Remove a11y placeholder
  • Loading branch information
shilman authored Dec 3, 2024
2 parents d349b6f + ff6c9a8 commit 5567090
Showing 1 changed file with 0 additions and 18 deletions.
18 changes: 0 additions & 18 deletions code/addons/test/src/components/TestProviderRender.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -183,19 +183,6 @@ export const TestProviderRender: FC<
/>
}
/>
<ListItem
as="label"
title="Accessibility"
icon={<AccessibilityIcon color={theme.textMutedColor} />}
right={
<Checkbox
type="checkbox"
disabled={state.running}
checked={config.a11y}
onChange={() => updateConfig({ a11y: !config.a11y })}
/>
}
/>
</Extras>
) : (
<Extras>
Expand Down Expand Up @@ -232,11 +219,6 @@ export const TestProviderRender: FC<
icon={<TestStatusIcon status="unknown" aria-label={`status: unknown`} />}
/>
)}
<ListItem
title="Accessibility"
icon={<TestStatusIcon status="negative" aria-label="status: failed" />}
right={73}
/>
</Extras>
)}
</Container>
Expand Down

0 comments on commit 5567090

Please sign in to comment.