disable storybook test due to false positive
This commit is contained in:
@@ -299,6 +299,24 @@ export const Examples: StoryFn<StoryProps> = (args) => {
|
||||
|
||||
Examples.parameters = {
|
||||
controls: { include: ['barWidthFactor', 'value'] },
|
||||
a11y: {
|
||||
config: {
|
||||
rules: [
|
||||
{
|
||||
id: 'scrollable-region-focusable',
|
||||
selector: 'body',
|
||||
enabled: false,
|
||||
},
|
||||
// NOTE: this is necessary due to a false positive with the filered svg glow in one of the examples.
|
||||
// The color-contrast in this component should be accessible!
|
||||
{
|
||||
id: 'color-contrast',
|
||||
selector: 'text',
|
||||
enabled: false,
|
||||
},
|
||||
],
|
||||
},
|
||||
},
|
||||
};
|
||||
|
||||
export const MultiSeries: StoryFn<StoryProps> = (args) => {
|
||||
|
||||
Reference in New Issue
Block a user