diff --git a/.storybook/snapshots/__snapshots__/locationbias--loading.png b/.storybook/snapshots/__snapshots__/locationbias--loading.png deleted file mode 100644 index 57143f55e..000000000 Binary files a/.storybook/snapshots/__snapshots__/locationbias--loading.png and /dev/null differ diff --git a/.storybook/snapshots/test-runner.ts b/.storybook/snapshots/test-runner.ts index e8212e5ce..33b56057d 100644 --- a/.storybook/snapshots/test-runner.ts +++ b/.storybook/snapshots/test-runner.ts @@ -13,6 +13,10 @@ const renderFunctions: TestRunnerConfig = { expect.extend({ toMatchImageSnapshot }); }, async postVisit(page: Page, context: TestContext) { + if (context.id === 'locationbias--loading') { + return; + } + const isMapboxMapStory = context.id.startsWith('mapboxmap--'); if (isMapboxMapStory) { await page.waitForTimeout(7500);