Skip to content

Commit 49f3758

Browse files
committed
docs(storybook): disable Chromatic for popover story
1 parent 58df700 commit 49f3758

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

packages/uui-popover/lib/uui-popover.story.ts

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
1+
import '.';
2+
13
import { Story } from '@storybook/web-components';
24
import { html } from 'lit-html';
3-
import '.';
5+
46
import { UUIPopoverElement } from './uui-popover.element';
57

68
export default {
@@ -37,6 +39,7 @@ export default {
3739
code: `<uui-popover></uui-popover>`,
3840
},
3941
},
42+
chromatic: { disableSnapshot: true },
4043
},
4144
};
4245

0 commit comments

Comments
 (0)