diff --git a/.storybook/test-runner.ts b/.storybook/test-runner.ts index f2ecdfb8..40529fa7 100644 --- a/.storybook/test-runner.ts +++ b/.storybook/test-runner.ts @@ -4,6 +4,7 @@ const flakyStories = [ "components-status", "components-meganav", "components-accordion", + "components-footer", "features-pricing-cards", ]; diff --git a/src/core/Footer/__snapshots__/Footer.stories.tsx.snap b/src/core/Footer/__snapshots__/Footer.stories.tsx.snap deleted file mode 100644 index 6db6c91c..00000000 --- a/src/core/Footer/__snapshots__/Footer.stories.tsx.snap +++ /dev/null @@ -1,520 +0,0 @@ -// Jest Snapshot v1, https://goo.gl/fbAQLP - -exports[`Components/Footer Default smoke-test 1`] = ` - -`;