QuestionDialogの文字色を修正、StorybookのVRTを改善 #8010
Annotations
10 errors, 1 warning, and 3 notices
tests/e2e/storybook/スクリーンショット.spec.mts#L82
1) [storybook] › storybook/スクリーンショット.spec.mts:60:11 › components/Base/BaseButton › Default › テーマ:ライト
Error: A snapshot doesn't exist at /home/runner/work/voicevox/voicevox/tests/e2e/storybook/スクリーンショット.spec.mts-snapshots/components-base-basebutton--default-light-storybook-linux.png, writing actual.
80 | await expect(dialog).toHaveScreenshot(`${story.id}-${theme}.png`);
81 | } else {
> 82 | await expect(root).toHaveScreenshot(`${story.id}-${theme}.png`);
| ^
83 | }
84 | });
85 | }
at /home/runner/work/voicevox/voicevox/tests/e2e/storybook/スクリーンショット.spec.mts:82:15
|
tests/e2e/storybook/スクリーンショット.spec.mts#L82
2) [storybook] › storybook/スクリーンショット.spec.mts:60:11 › components/Base/BaseButton › Default › テーマ:ダーク
Error: A snapshot doesn't exist at /home/runner/work/voicevox/voicevox/tests/e2e/storybook/スクリーンショット.spec.mts-snapshots/components-base-basebutton--default-dark-storybook-linux.png, writing actual.
80 | await expect(dialog).toHaveScreenshot(`${story.id}-${theme}.png`);
81 | } else {
> 82 | await expect(root).toHaveScreenshot(`${story.id}-${theme}.png`);
| ^
83 | }
84 | });
85 | }
at /home/runner/work/voicevox/voicevox/tests/e2e/storybook/スクリーンショット.spec.mts:82:15
|
tests/e2e/storybook/スクリーンショット.spec.mts#L82
3) [storybook] › storybook/スクリーンショット.spec.mts:60:11 › components/Base/BaseButton › Primary › テーマ:ライト
Error: A snapshot doesn't exist at /home/runner/work/voicevox/voicevox/tests/e2e/storybook/スクリーンショット.spec.mts-snapshots/components-base-basebutton--primary-light-storybook-linux.png, writing actual.
80 | await expect(dialog).toHaveScreenshot(`${story.id}-${theme}.png`);
81 | } else {
> 82 | await expect(root).toHaveScreenshot(`${story.id}-${theme}.png`);
| ^
83 | }
84 | });
85 | }
at /home/runner/work/voicevox/voicevox/tests/e2e/storybook/スクリーンショット.spec.mts:82:15
|
tests/e2e/storybook/スクリーンショット.spec.mts#L82
4) [storybook] › storybook/スクリーンショット.spec.mts:60:11 › components/Base/BaseButton › Primary › テーマ:ダーク
Error: A snapshot doesn't exist at /home/runner/work/voicevox/voicevox/tests/e2e/storybook/スクリーンショット.spec.mts-snapshots/components-base-basebutton--primary-dark-storybook-linux.png, writing actual.
80 | await expect(dialog).toHaveScreenshot(`${story.id}-${theme}.png`);
81 | } else {
> 82 | await expect(root).toHaveScreenshot(`${story.id}-${theme}.png`);
| ^
83 | }
84 | });
85 | }
at /home/runner/work/voicevox/voicevox/tests/e2e/storybook/スクリーンショット.spec.mts:82:15
|
tests/e2e/storybook/スクリーンショット.spec.mts#L82
5) [storybook] › storybook/スクリーンショット.spec.mts:60:11 › components/Base/BaseButton › Danger › テーマ:ライト
Error: A snapshot doesn't exist at /home/runner/work/voicevox/voicevox/tests/e2e/storybook/スクリーンショット.spec.mts-snapshots/components-base-basebutton--danger-light-storybook-linux.png, writing actual.
80 | await expect(dialog).toHaveScreenshot(`${story.id}-${theme}.png`);
81 | } else {
> 82 | await expect(root).toHaveScreenshot(`${story.id}-${theme}.png`);
| ^
83 | }
84 | });
85 | }
at /home/runner/work/voicevox/voicevox/tests/e2e/storybook/スクリーンショット.spec.mts:82:15
|
tests/e2e/storybook/スクリーンショット.spec.mts#L82
6) [storybook] › storybook/スクリーンショット.spec.mts:60:11 › components/Base/BaseButton › Danger › テーマ:ダーク
Error: A snapshot doesn't exist at /home/runner/work/voicevox/voicevox/tests/e2e/storybook/スクリーンショット.spec.mts-snapshots/components-base-basebutton--danger-dark-storybook-linux.png, writing actual.
80 | await expect(dialog).toHaveScreenshot(`${story.id}-${theme}.png`);
81 | } else {
> 82 | await expect(root).toHaveScreenshot(`${story.id}-${theme}.png`);
| ^
83 | }
84 | });
85 | }
at /home/runner/work/voicevox/voicevox/tests/e2e/storybook/スクリーンショット.spec.mts:82:15
|
tests/e2e/storybook/スクリーンショット.spec.mts#L82
7) [storybook] › storybook/スクリーンショット.spec.mts:60:11 › components/Base/BaseCheckbox › Default › テーマ:ライト
Error: A snapshot doesn't exist at /home/runner/work/voicevox/voicevox/tests/e2e/storybook/スクリーンショット.spec.mts-snapshots/components-base-basecheckbox--default-light-storybook-linux.png, writing actual.
80 | await expect(dialog).toHaveScreenshot(`${story.id}-${theme}.png`);
81 | } else {
> 82 | await expect(root).toHaveScreenshot(`${story.id}-${theme}.png`);
| ^
83 | }
84 | });
85 | }
at /home/runner/work/voicevox/voicevox/tests/e2e/storybook/スクリーンショット.spec.mts:82:15
|
tests/e2e/storybook/スクリーンショット.spec.mts#L82
8) [storybook] › storybook/スクリーンショット.spec.mts:60:11 › components/Base/BaseCheckbox › Default › テーマ:ダーク
Error: A snapshot doesn't exist at /home/runner/work/voicevox/voicevox/tests/e2e/storybook/スクリーンショット.spec.mts-snapshots/components-base-basecheckbox--default-dark-storybook-linux.png, writing actual.
80 | await expect(dialog).toHaveScreenshot(`${story.id}-${theme}.png`);
81 | } else {
> 82 | await expect(root).toHaveScreenshot(`${story.id}-${theme}.png`);
| ^
83 | }
84 | });
85 | }
at /home/runner/work/voicevox/voicevox/tests/e2e/storybook/スクリーンショット.spec.mts:82:15
|
tests/e2e/storybook/スクリーンショット.spec.mts#L82
9) [storybook] › storybook/スクリーンショット.spec.mts:60:11 › components/Base/BaseCheckbox › Checked › テーマ:ライト
Error: A snapshot doesn't exist at /home/runner/work/voicevox/voicevox/tests/e2e/storybook/スクリーンショット.spec.mts-snapshots/components-base-basecheckbox--checked-light-storybook-linux.png, writing actual.
80 | await expect(dialog).toHaveScreenshot(`${story.id}-${theme}.png`);
81 | } else {
> 82 | await expect(root).toHaveScreenshot(`${story.id}-${theme}.png`);
| ^
83 | }
84 | });
85 | }
at /home/runner/work/voicevox/voicevox/tests/e2e/storybook/スクリーンショット.spec.mts:82:15
|
tests/e2e/storybook/スクリーンショット.spec.mts#L82
10) [storybook] › storybook/スクリーンショット.spec.mts:60:11 › components/Base/BaseCheckbox › Checked › テーマ:ダーク
Error: A snapshot doesn't exist at /home/runner/work/voicevox/voicevox/tests/e2e/storybook/スクリーンショット.spec.mts-snapshots/components-base-basecheckbox--checked-dark-storybook-linux.png, writing actual.
80 | await expect(dialog).toHaveScreenshot(`${story.id}-${theme}.png`);
81 | } else {
> 82 | await expect(root).toHaveScreenshot(`${story.id}-${theme}.png`);
| ^
83 | }
84 | });
85 | }
at /home/runner/work/voicevox/voicevox/tests/e2e/storybook/スクリーンショット.spec.mts:82:15
|
[browser] › browser/アップデート通知ダイアログ.spec.ts#L1
[browser] › browser/アップデート通知ダイアログ.spec.ts took 18.1s
|
|
64 failed
[storybook] › storybook/スクリーンショット.spec.mts:60:11 › components/Base/BaseButton › Default › テーマ:ライト
[storybook] › storybook/スクリーンショット.spec.mts:60:11 › components/Base/BaseButton › Default › テーマ:ダーク
[storybook] › storybook/スクリーンショット.spec.mts:60:11 › components/Base/BaseButton › Primary › テーマ:ライト
[storybook] › storybook/スクリーンショット.spec.mts:60:11 › components/Base/BaseButton › Primary › テーマ:ダーク
[storybook] › storybook/スクリーンショット.spec.mts:60:11 › components/Base/BaseButton › Danger › テーマ:ライト
[storybook] › storybook/スクリーンショット.spec.mts:60:11 › components/Base/BaseButton › Danger › テーマ:ダーク
[storybook] › storybook/スクリーンショット.spec.mts:60:11 › components/Base/BaseCheckbox › Default › テーマ:ライト
[storybook] › storybook/スクリーンショット.spec.mts:60:11 › components/Base/BaseCheckbox › Default › テーマ:ダーク
[storybook] › storybook/スクリーンショット.spec.mts:60:11 › components/Base/BaseCheckbox › Checked › テーマ:ライト
[storybook] › storybook/スクリーンショット.spec.mts:60:11 › components/Base/BaseCheckbox › Checked › テーマ:ダーク
[storybook] › storybook/スクリーンショット.spec.mts:60:11 › components/Base/BaseDocumentView › Default › テーマ:ライト
[storybook] › storybook/スクリーンショット.spec.mts:60:11 › components/Base/BaseDocumentView › Default › テーマ:ダーク
[storybook] › storybook/スクリーンショット.spec.mts:60:11 › components/Base/BaseListItem › Default › テーマ:ライト
[storybook] › storybook/スクリーンショット.spec.mts:60:11 › components/Base/BaseListItem › Default › テーマ:ダーク
[storybook] › storybook/スクリーンショット.spec.mts:60:11 › components/Base/BaseListItem › Selected › テーマ:ライト
[storybook] › storybook/スクリーンショット.spec.mts:60:11 › components/Base/BaseListItem › Selected › テーマ:ダーク
[storybook] › storybook/スクリーンショット.spec.mts:60:11 › components/Base/BaseNavigationView › Default › テーマ:ライト
[storybook] › storybook/スクリーンショット.spec.mts:60:11 › components/Base/BaseNavigationView › Default › テーマ:ダーク
[storybook] › storybook/スクリーンショット.spec.mts:60:11 › components/Base/BaseRowCard › Default › テーマ:ライト
[storybook] › storybook/スクリーンショット.spec.mts:60:11 › components/Base/BaseRowCard › Default › テーマ:ダーク
[storybook] › storybook/スクリーンショット.spec.mts:60:11 › components/Base/BaseRowCard › Clickable › テーマ:ライト
[storybook] › storybook/スクリーンショット.spec.mts:60:11 › components/Base/BaseRowCard › Clickable › テーマ:ダーク
[storybook] › storybook/スクリーンショット.spec.mts:60:11 › components/Base/BaseScrollArea › Default › テーマ:ライト
[storybook] › storybook/スクリーンショット.spec.mts:60:11 › components/Base/BaseScrollArea › Default › テーマ:ダーク
[storybook] › storybook/スクリーンショット.spec.mts:60:11 › components/Base/BaseSwitch › Unchecked › テーマ:ライト
[storybook] › storybook/スクリーンショット.spec.mts:60:11 › components/Base/BaseSwitch › Unchecked › テーマ:ダーク
[storybook] › storybook/スクリーンショット.spec.mts:60:11 › components/Base/BaseSwitch › Checked › テーマ:ライト
[storybook] › storybook/スクリーンショット.spec.mts:60:11 › components/Base/BaseSwitch › Checked › テーマ:ダーク
[storybook] › storybook/スクリーンショット.spec.mts:60:11 › components/Base/BaseTextField › Default › テーマ:ライト
[storybook] › storybook/スクリーンショット.spec.mts:60:11 › components/Base/BaseTextField › Default › テーマ:ダーク
[storybook] › storybook/スクリーンショット.spec.mts:60:11 › components/Base/BaseTextField › Placeholder › テーマ:ライト
[storybook] › storybook/スクリーンショット.spec.mts:60:11 › components/Base/BaseTextField › Placeholder › テーマ:ダーク
[storybook] › storybook/スクリーンショット.spec.mts:60:11 › components/Base/BaseTextField › Disabled › テーマ:ライト
[storybook] › storybook/スクリーンショット.spec.mts:60:11 › components/Base/BaseTextField › Disabled › テーマ:ダーク
[storybook] › storybook/スクリーンショット.spec.mts:60:11 › components/Base/BaseTextField › Read Only › テーマ:ライト
[storybook] › storybook/スクリーンショット.spec.mts:60:11 › components/Base/BaseTextField › Read Only › テーマ:ダーク
[storybook] › storybook/スクリーンショット.spec.mts:60:11 › components/Base/BaseTextField › Has Error › テーマ:ライト
[storybook] › storybook/スクリーンショット.spec.mts:60:11 › components/Base/BaseTextField › Has Error › テーマ:ダーク
[storybook] › storybook/スクリーンショット.spec.mts:60:11 › com
|
|
This job failed
Loading