Skip to content

chore: reduce storybook flakes #17427

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 7 commits into from
Apr 17, 2025
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Apply thresholds
  • Loading branch information
BrunoQuaresma committed Apr 16, 2025
commit ef09ccb551dbeb2d376c5d3a432a333d192290cd
10 changes: 10 additions & 0 deletions site/src/pages/WorkspacePage/WorkspaceTopbar.stories.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -209,6 +209,11 @@ export const WithApproachingDeadline: Story = {
);
});
},
parameters: {
chromatic: {
diffThreshold: 0.2,
},
},
};

export const WithFarAwayDeadline: Story = {
Expand Down Expand Up @@ -316,6 +321,11 @@ export const TemplateInfoPopover: Story = {
);
});
},
parameters: {
chromatic: {
diffThreshold: 0.2,
},
},
};

export const TemplateInfoPopoverWithoutDisplayName: Story = {
Expand Down
Loading