Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit5e4050e

Browse files
chore: fix additional storybook flakes (#17450)
Fix new storybook flakes catch byhttps://www.chromatic.com/test?appId=624de63c6aacee003aa84340&id=680107825818a9747e57236c
1 parentc8edada commit5e4050e

File tree

3 files changed

+9
-1
lines changed

3 files changed

+9
-1
lines changed

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

Lines changed: 5 additions & 0 deletions
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
exportdefaultmeta;

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

Lines changed: 1 addition & 1 deletion
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

Lines changed: 3 additions & 0 deletions
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)

[8]ページ先頭

©2009-2025 Movatter.jp