Skip to content

Commit 5e4050e

Browse files
chore: fix additional storybook flakes (#17450)
Fix new storybook flakes catch by https://www.chromatic.com/test?appId=624de63c6aacee003aa84340&id=680107825818a9747e57236c
1 parent c8edada commit 5e4050e

File tree

3 files changed

+9
-1
lines changed

3 files changed

+9
-1
lines changed

site/src/pages/OrganizationSettingsPage/CustomRolesPage/PermissionPillsList.stories.tsx

+5
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,11 @@ const meta: Meta<typeof PermissionPillsList> = {
1313
</div>
1414
),
1515
],
16+
parameters: {
17+
chromatic: {
18+
diffThreshold: 0.5,
19+
},
20+
},
1621
};
1722

1823
export default meta;

site/src/pages/TerminalPage/TerminalPage.stories.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ const meta = {
9191
},
9292
],
9393
chromatic: {
94-
diffThreshold: 0.3,
94+
diffThreshold: 0.5,
9595
},
9696
},
9797
decorators: [

site/src/pages/WorkspacePage/WorkspaceTopbar.stories.tsx

+3
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,9 @@ const meta: Meta<typeof WorkspaceTopbar> = {
3838
parameters: {
3939
layout: "fullscreen",
4040
features: ["advanced_template_scheduling"],
41+
chromatic: {
42+
diffThreshold: 0.3,
43+
},
4144
},
4245
};
4346

0 commit comments

Comments
 (0)