FIX a11y stories for ember

This commit is contained in:
Norbert de Langen 2020-03-13 19:52:23 +01:00
parent e7806f5378
commit 53c93c1562
No known key found for this signature in database
GPG Key ID: 976651DA156C2825

View File

@ -1,9 +1,9 @@
import { hbs } from 'ember-cli-htmlbars';
import { checkA11y } from '@storybook/addon-a11y';
import { withA11y } from '@storybook/addon-a11y';
export default {
title: 'Addon/a11y',
decorators: [checkA11y],
decorators: [withA11y],
parameters: {
options: { selectedPanel: '@storybook/a11y/panel' },