diff --git a/README.md b/README.md index 666ddddad4b0..1c86d24ed2ef 100644 --- a/README.md +++ b/README.md @@ -250,6 +250,7 @@ Become a sponsor and get your logo on our README on Github with a link to your s ### Backers + Support us with a monthly donation and help us continue our activities. \[[Become a backer](https://opencollective.com/storybook#backer)] diff --git a/lib/ui/src/components/preview/iframe.stories.tsx b/lib/ui/src/components/preview/iframe.stories.tsx index 8403004750f3..c613e5eba277 100644 --- a/lib/ui/src/components/preview/iframe.stories.tsx +++ b/lib/ui/src/components/preview/iframe.stories.tsx @@ -26,7 +26,7 @@ export const workingStory = () => ( /> ); workingStory.parameters = { - chromatic: { delay: 300 }, + chromatic: { disable: true }, }; export const missingStory = () => (