exclude CL popover story from Chromatic (#7862)

This commit is contained in:
Will Martin 2024-02-08 15:01:35 -05:00 committed by GitHub
parent e8e78677f0
commit 64b1772bfd
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 3 additions and 0 deletions

View File

@ -130,6 +130,9 @@ export const InitiallyOpen: Story = {
${popoverContent} ${popoverContent}
`, `,
}), }),
parameters: {
chromatic: { disableSnapshot: true },
},
}; };
export const RightStart: Story = { export const RightStart: Story = {