Skip to content

Commit

Permalink
Remove LocationBias loading story
Browse files Browse the repository at this point in the history
  • Loading branch information
nmanu1 committed Nov 30, 2023
1 parent 8477140 commit 7bd3b01
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
Binary file not shown.
4 changes: 4 additions & 0 deletions .storybook/snapshots/test-runner.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit 7bd3b01

Please sign in to comment.