Add: BPM・拍子変更機能を追加 #8349
test.yml
on: pull_request
Annotations
19 errors, 4 warnings, and 9 notices
lint:
src/components/Dialog/TempoOrTimeSignatureChangeDialog/TimeSignatureChangeDialog.stories.ts#L1
'queries' is defined but never used
|
lint:
src/components/Dialog/TempoOrTimeSignatureChangeDialog/TimeSignatureChangeDialog.stories.ts#L4
'BoundFunctions' is defined but never used
|
lint:
src/components/Dialog/TempoOrTimeSignatureChangeDialog/TimeSignatureChangeDialog.vue#L40
'computed' is defined but never used
|
lint
Process completed with exit code 1.
|
build-test:
src/components/Dialog/TempoOrTimeSignatureChangeDialog/TimeSignatureChangeDialog.stories.ts#L1
'queries' is defined but never used
|
build-test:
src/components/Dialog/TempoOrTimeSignatureChangeDialog/TimeSignatureChangeDialog.stories.ts#L4
'BoundFunctions' is defined but never used
|
build-test:
src/components/Dialog/TempoOrTimeSignatureChangeDialog/TimeSignatureChangeDialog.vue#L40
'computed' is defined but never used
|
build-test
Process completed with exit code 1.
|
[browser] › browser/ツールバーカスタマイズダイアログ.spec.ts:8:5 › ツールバーのカスタマイズでボタンを追加でき、デフォルトに戻すこともできる:
tests/e2e/browser/ツールバーカスタマイズダイアログ.spec.ts#L26
1) [browser] › browser/ツールバーカスタマイズダイアログ.spec.ts:8:5 › ツールバーのカスタマイズでボタンを追加でき、デフォルトに戻すこともできる ───────
Error: expect.toBeVisible: Error: strict mode violation: getByText('ツールバーのカスタマイズ') resolved to 2 elements:
1) <div data-v-0c566e8f="" class="q-item__section column q-item__section--main justify-center">ツールバーのカスタマイズ</div> aka locator('#q-portal--menu--5').getByText('ツールバーのカスタマイズ')
2) <div data-v-c15529e4="" class="q-toolbar__title ellipsis text-display">ツールバーのカスタマイズ</div> aka locator('#q-portal--dialog--6').getByText('ツールバーのカスタマイズ')
Call log:
- expect.toBeVisible with timeout 5000ms
- waiting for getByText('ツールバーのカスタマイズ')
24 | await getQuasarMenu(page, "ツールバーのカスタマイズ").click();
25 | await page.waitForTimeout(100);
> 26 | await expect(page.getByText("ツールバーのカスタマイズ")).toBeVisible();
| ^
27 |
28 | // 全部書き出しボタンを追加する
29 | expect(
at /Users/runner/work/voicevox/voicevox/tests/e2e/browser/ツールバーカスタマイズダイアログ.spec.ts:26:48
|
[storybook] › storybook\スクリーンショット.spec.mts:75:11 › components/Dialog/TempoOrTimeSignatureChangeDialog/TempoChangeDialog › 開いている:追加 › テーマ:ライト:
tests\e2e\storybook\スクリーンショット.spec.mts#L109
1) [storybook] › storybook\スクリーンショット.spec.mts:75:11 › components/Dialog/TempoOrTimeSignatureChangeDialog/TempoChangeDialog › 開いている:追加 › テーマ:ライト
Error: Screenshot comparison failed:
65929 pixels (ratio 0.08 of all image pixels) are different.
Expected: D:\a\voicevox\voicevox\tests\e2e\storybook\スクリーンショット.spec.mts-snapshots\components-dialog-tempoortimesignaturechangedialog-tempochangedialog--create-opened-light-storybook-win32.png
Received: D:\a\voicevox\voicevox\test-results\スクリーンショット-components-Dialo-b99e9-angeDialog-開いている:追加-テーマ:ライト-storybook\components-dialog-tempoort-b82b3-og--create-opened-light-actual.png
Diff: D:\a\voicevox\voicevox\test-results\スクリーンショット-components-Dialo-b99e9-angeDialog-開いている:追加-テーマ:ライト-storybook\components-dialog-tempoort-b82b3-og--create-opened-light-diff.png
Call log:
- expect.toHaveScreenshot(components-dialog-tempoortimesignaturechangedialog-tempochangedialog--create-opened-light.png) with timeout 5000ms
- verifying given screenshot expectation
- waiting for locator('div[id^=q-portal--dialog--]').locator('.q-dialog__inner')
- locator resolved to <div tabindex="-1" class="q-dialog__inner flex no-pointer-events q-dialog__inner--minimized q-dialog__inner--standard fixed-full flex-center q-transition--scale-enter-active q-transition--scale-enter-to">…</div>
- taking element screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- attempting scroll into view action
- waiting for element to be stable
- 65929 pixels (ratio 0.08 of all image pixels) are different.
- waiting 100ms before taking screenshot
- waiting for locator('div[id^=q-portal--dialog--]').locator('.q-dialog__inner')
- locator resolved to <div tabindex="-1" class="q-dialog__inner flex no-pointer-events q-dialog__inner--minimized q-dialog__inner--standard fixed-full flex-center">…</div>
- taking element screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- attempting scroll into view action
- waiting for element to be stable
- captured a stable screenshot
- 65929 pixels (ratio 0.08 of all image pixels) are different.
107 | elementToScreenshot = root;
108 | }
> 109 | await expect(elementToScreenshot).toHaveScreenshot(
| ^
110 | `${story.id}-${theme}.png`,
111 | );
112 | });
at D:\a\voicevox\voicevox\tests\e2e\storybook\スクリーンショット.spec.mts:109:47
|
[storybook] › storybook\スクリーンショット.spec.mts:75:11 › components/Dialog/TempoOrTimeSignatureChangeDialog/TempoChangeDialog › 開いている:追加 › テーマ:ライト:
tests\e2e\storybook\スクリーンショット.spec.mts#L109
1) [storybook] › storybook\スクリーンショット.spec.mts:75:11 › components/Dialog/TempoOrTimeSignatureChangeDialog/TempoChangeDialog › 開いている:追加 › テーマ:ライト
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: Screenshot comparison failed:
65929 pixels (ratio 0.08 of all image pixels) are different.
Expected: D:\a\voicevox\voicevox\tests\e2e\storybook\スクリーンショット.spec.mts-snapshots\components-dialog-tempoortimesignaturechangedialog-tempochangedialog--create-opened-light-storybook-win32.png
Received: D:\a\voicevox\voicevox\test-results\スクリーンショット-components-Dialo-b99e9-angeDialog-開いている:追加-テーマ:ライト-storybook-retry1\components-dialog-tempoort-b82b3-og--create-opened-light-actual.png
Diff: D:\a\voicevox\voicevox\test-results\スクリーンショット-components-Dialo-b99e9-angeDialog-開いている:追加-テーマ:ライト-storybook-retry1\components-dialog-tempoort-b82b3-og--create-opened-light-diff.png
Call log:
- expect.toHaveScreenshot(components-dialog-tempoortimesignaturechangedialog-tempochangedialog--create-opened-light.png) with timeout 5000ms
- verifying given screenshot expectation
- waiting for locator('div[id^=q-portal--dialog--]').locator('.q-dialog__inner')
- locator resolved to <div tabindex="-1" class="q-dialog__inner flex no-pointer-events q-dialog__inner--minimized q-dialog__inner--standard fixed-full flex-center">…</div>
- taking element screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- attempting scroll into view action
- waiting for element to be stable
- 65929 pixels (ratio 0.08 of all image pixels) are different.
- waiting 100ms before taking screenshot
- waiting for locator('div[id^=q-portal--dialog--]').locator('.q-dialog__inner')
- locator resolved to <div tabindex="-1" class="q-dialog__inner flex no-pointer-events q-dialog__inner--minimized q-dialog__inner--standard fixed-full flex-center">…</div>
- taking element screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- attempting scroll into view action
- waiting for element to be stable
- captured a stable screenshot
- 65929 pixels (ratio 0.08 of all image pixels) are different.
107 | elementToScreenshot = root;
108 | }
> 109 | await expect(elementToScreenshot).toHaveScreenshot(
| ^
110 | `${story.id}-${theme}.png`,
111 | );
112 | });
at D:\a\voicevox\voicevox\tests\e2e\storybook\スクリーンショット.spec.mts:109:47
|
[storybook] › storybook\スクリーンショット.spec.mts:75:11 › components/Dialog/TempoOrTimeSignatureChangeDialog/TempoChangeDialog › 開いている:追加 › テーマ:ライト:
tests\e2e\storybook\スクリーンショット.spec.mts#L109
1) [storybook] › storybook\スクリーンショット.spec.mts:75:11 › components/Dialog/TempoOrTimeSignatureChangeDialog/TempoChangeDialog › 開いている:追加 › テーマ:ライト
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: Screenshot comparison failed:
65929 pixels (ratio 0.08 of all image pixels) are different.
Expected: D:\a\voicevox\voicevox\tests\e2e\storybook\スクリーンショット.spec.mts-snapshots\components-dialog-tempoortimesignaturechangedialog-tempochangedialog--create-opened-light-storybook-win32.png
Received: D:\a\voicevox\voicevox\test-results\スクリーンショット-components-Dialo-b99e9-angeDialog-開いている:追加-テーマ:ライト-storybook-retry2\components-dialog-tempoort-b82b3-og--create-opened-light-actual.png
Diff: D:\a\voicevox\voicevox\test-results\スクリーンショット-components-Dialo-b99e9-angeDialog-開いている:追加-テーマ:ライト-storybook-retry2\components-dialog-tempoort-b82b3-og--create-opened-light-diff.png
Call log:
- expect.toHaveScreenshot(components-dialog-tempoortimesignaturechangedialog-tempochangedialog--create-opened-light.png) with timeout 5000ms
- verifying given screenshot expectation
- waiting for locator('div[id^=q-portal--dialog--]').locator('.q-dialog__inner')
- locator resolved to <div tabindex="-1" class="q-dialog__inner flex no-pointer-events q-dialog__inner--minimized q-dialog__inner--standard fixed-full flex-center">…</div>
- taking element screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- attempting scroll into view action
- waiting for element to be stable
- 65929 pixels (ratio 0.08 of all image pixels) are different.
- waiting 100ms before taking screenshot
- waiting for locator('div[id^=q-portal--dialog--]').locator('.q-dialog__inner')
- locator resolved to <div tabindex="-1" class="q-dialog__inner flex no-pointer-events q-dialog__inner--minimized q-dialog__inner--standard fixed-full flex-center">…</div>
- taking element screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- attempting scroll into view action
- waiting for element to be stable
- captured a stable screenshot
- 65929 pixels (ratio 0.08 of all image pixels) are different.
107 | elementToScreenshot = root;
108 | }
> 109 | await expect(elementToScreenshot).toHaveScreenshot(
| ^
110 | `${story.id}-${theme}.png`,
111 | );
112 | });
at D:\a\voicevox\voicevox\tests\e2e\storybook\スクリーンショット.spec.mts:109:47
|
[storybook] › storybook\スクリーンショット.spec.mts:75:11 › components/Dialog/TempoOrTimeSignatureChangeDialog/TempoChangeDialog › 開いている:追加 › テーマ:ダーク:
tests\e2e\storybook\スクリーンショット.spec.mts#L109
2) [storybook] › storybook\スクリーンショット.spec.mts:75:11 › components/Dialog/TempoOrTimeSignatureChangeDialog/TempoChangeDialog › 開いている:追加 › テーマ:ダーク
Error: Screenshot comparison failed:
10627 pixels (ratio 0.02 of all image pixels) are different.
Expected: D:\a\voicevox\voicevox\tests\e2e\storybook\スクリーンショット.spec.mts-snapshots\components-dialog-tempoortimesignaturechangedialog-tempochangedialog--create-opened-dark-storybook-win32.png
Received: D:\a\voicevox\voicevox\test-results\スクリーンショット-components-Dialo-44bb8-angeDialog-開いている:追加-テーマ:ダーク-storybook\components-dialog-tempoort-212df-log--create-opened-dark-actual.png
Diff: D:\a\voicevox\voicevox\test-results\スクリーンショット-components-Dialo-44bb8-angeDialog-開いている:追加-テーマ:ダーク-storybook\components-dialog-tempoort-212df-log--create-opened-dark-diff.png
Call log:
- expect.toHaveScreenshot(components-dialog-tempoortimesignaturechangedialog-tempochangedialog--create-opened-dark.png) with timeout 5000ms
- verifying given screenshot expectation
- waiting for locator('div[id^=q-portal--dialog--]').locator('.q-dialog__inner')
- locator resolved to <div tabindex="-1" class="q-dialog__inner flex no-pointer-events q-dialog__inner--minimized q-dialog__inner--standard fixed-full flex-center q-transition--scale-enter-active q-transition--scale-enter-to">…</div>
- taking element screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- attempting scroll into view action
- waiting for element to be stable
- 10627 pixels (ratio 0.02 of all image pixels) are different.
- waiting 100ms before taking screenshot
- waiting for locator('div[id^=q-portal--dialog--]').locator('.q-dialog__inner')
- locator resolved to <div tabindex="-1" class="q-dialog__inner flex no-pointer-events q-dialog__inner--minimized q-dialog__inner--standard fixed-full flex-center">…</div>
- taking element screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- attempting scroll into view action
- waiting for element to be stable
- captured a stable screenshot
- 10627 pixels (ratio 0.02 of all image pixels) are different.
107 | elementToScreenshot = root;
108 | }
> 109 | await expect(elementToScreenshot).toHaveScreenshot(
| ^
110 | `${story.id}-${theme}.png`,
111 | );
112 | });
at D:\a\voicevox\voicevox\tests\e2e\storybook\スクリーンショット.spec.mts:109:47
|
[storybook] › storybook\スクリーンショット.spec.mts:75:11 › components/Dialog/TempoOrTimeSignatureChangeDialog/TempoChangeDialog › 開いている:追加 › テーマ:ダーク:
tests\e2e\storybook\スクリーンショット.spec.mts#L109
2) [storybook] › storybook\スクリーンショット.spec.mts:75:11 › components/Dialog/TempoOrTimeSignatureChangeDialog/TempoChangeDialog › 開いている:追加 › テーマ:ダーク
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: Screenshot comparison failed:
10627 pixels (ratio 0.02 of all image pixels) are different.
Expected: D:\a\voicevox\voicevox\tests\e2e\storybook\スクリーンショット.spec.mts-snapshots\components-dialog-tempoortimesignaturechangedialog-tempochangedialog--create-opened-dark-storybook-win32.png
Received: D:\a\voicevox\voicevox\test-results\スクリーンショット-components-Dialo-44bb8-angeDialog-開いている:追加-テーマ:ダーク-storybook-retry1\components-dialog-tempoort-212df-log--create-opened-dark-actual.png
Diff: D:\a\voicevox\voicevox\test-results\スクリーンショット-components-Dialo-44bb8-angeDialog-開いている:追加-テーマ:ダーク-storybook-retry1\components-dialog-tempoort-212df-log--create-opened-dark-diff.png
Call log:
- expect.toHaveScreenshot(components-dialog-tempoortimesignaturechangedialog-tempochangedialog--create-opened-dark.png) with timeout 5000ms
- verifying given screenshot expectation
- waiting for locator('div[id^=q-portal--dialog--]').locator('.q-dialog__inner')
- locator resolved to <div tabindex="-1" class="q-dialog__inner flex no-pointer-events q-dialog__inner--minimized q-dialog__inner--standard fixed-full flex-center">…</div>
- taking element screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- attempting scroll into view action
- waiting for element to be stable
- 10627 pixels (ratio 0.02 of all image pixels) are different.
- waiting 100ms before taking screenshot
- waiting for locator('div[id^=q-portal--dialog--]').locator('.q-dialog__inner')
- locator resolved to <div tabindex="-1" class="q-dialog__inner flex no-pointer-events q-dialog__inner--minimized q-dialog__inner--standard fixed-full flex-center">…</div>
- taking element screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- attempting scroll into view action
- waiting for element to be stable
- captured a stable screenshot
- 10627 pixels (ratio 0.02 of all image pixels) are different.
107 | elementToScreenshot = root;
108 | }
> 109 | await expect(elementToScreenshot).toHaveScreenshot(
| ^
110 | `${story.id}-${theme}.png`,
111 | );
112 | });
at D:\a\voicevox\voicevox\tests\e2e\storybook\スクリーンショット.spec.mts:109:47
|
[storybook] › storybook\スクリーンショット.spec.mts:75:11 › components/Dialog/TempoOrTimeSignatureChangeDialog/TempoChangeDialog › 開いている:追加 › テーマ:ダーク:
tests\e2e\storybook\スクリーンショット.spec.mts#L109
2) [storybook] › storybook\スクリーンショット.spec.mts:75:11 › components/Dialog/TempoOrTimeSignatureChangeDialog/TempoChangeDialog › 開いている:追加 › テーマ:ダーク
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: Screenshot comparison failed:
10627 pixels (ratio 0.02 of all image pixels) are different.
Expected: D:\a\voicevox\voicevox\tests\e2e\storybook\スクリーンショット.spec.mts-snapshots\components-dialog-tempoortimesignaturechangedialog-tempochangedialog--create-opened-dark-storybook-win32.png
Received: D:\a\voicevox\voicevox\test-results\スクリーンショット-components-Dialo-44bb8-angeDialog-開いている:追加-テーマ:ダーク-storybook-retry2\components-dialog-tempoort-212df-log--create-opened-dark-actual.png
Diff: D:\a\voicevox\voicevox\test-results\スクリーンショット-components-Dialo-44bb8-angeDialog-開いている:追加-テーマ:ダーク-storybook-retry2\components-dialog-tempoort-212df-log--create-opened-dark-diff.png
Call log:
- expect.toHaveScreenshot(components-dialog-tempoortimesignaturechangedialog-tempochangedialog--create-opened-dark.png) with timeout 5000ms
- verifying given screenshot expectation
- waiting for locator('div[id^=q-portal--dialog--]').locator('.q-dialog__inner')
- locator resolved to <div tabindex="-1" class="q-dialog__inner flex no-pointer-events q-dialog__inner--minimized q-dialog__inner--standard fixed-full flex-center q-dialog__inner--animating q-transition--scale-enter-active q-transition--scale-enter-to">…</div>
- taking element screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- attempting scroll into view action
- waiting for element to be stable
- 10627 pixels (ratio 0.02 of all image pixels) are different.
- waiting 100ms before taking screenshot
- waiting for locator('div[id^=q-portal--dialog--]').locator('.q-dialog__inner')
- locator resolved to <div tabindex="-1" class="q-dialog__inner flex no-pointer-events q-dialog__inner--minimized q-dialog__inner--standard fixed-full flex-center">…</div>
- taking element screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- attempting scroll into view action
- waiting for element to be stable
- captured a stable screenshot
- 10627 pixels (ratio 0.02 of all image pixels) are different.
107 | elementToScreenshot = root;
108 | }
> 109 | await expect(elementToScreenshot).toHaveScreenshot(
| ^
110 | `${story.id}-${theme}.png`,
111 | );
112 | });
at D:\a\voicevox\voicevox\tests\e2e\storybook\スクリーンショット.spec.mts:109:47
|
[storybook] › storybook\スクリーンショット.spec.mts:75:11 › components/Dialog/TempoOrTimeSignatureChangeDialog/TempoChangeDialog › 開いている:変更 › テーマ:ライト:
tests\e2e\storybook\スクリーンショット.spec.mts#L109
3) [storybook] › storybook\スクリーンショット.spec.mts:75:11 › components/Dialog/TempoOrTimeSignatureChangeDialog/TempoChangeDialog › 開いている:変更 › テーマ:ライト
Error: Screenshot comparison failed:
65938 pixels (ratio 0.08 of all image pixels) are different.
Expected: D:\a\voicevox\voicevox\tests\e2e\storybook\スクリーンショット.spec.mts-snapshots\components-dialog-tempoortimesignaturechangedialog-tempochangedialog--change-opened-light-storybook-win32.png
Received: D:\a\voicevox\voicevox\test-results\スクリーンショット-components-Dialo-48f91-angeDialog-開いている:変更-テーマ:ライト-storybook\components-dialog-tempoort-375c0-og--change-opened-light-actual.png
Diff: D:\a\voicevox\voicevox\test-results\スクリーンショット-components-Dialo-48f91-angeDialog-開いている:変更-テーマ:ライト-storybook\components-dialog-tempoort-375c0-og--change-opened-light-diff.png
Call log:
- expect.toHaveScreenshot(components-dialog-tempoortimesignaturechangedialog-tempochangedialog--change-opened-light.png) with timeout 5000ms
- verifying given screenshot expectation
- waiting for locator('div[id^=q-portal--dialog--]').locator('.q-dialog__inner')
- locator resolved to <div tabindex="-1" class="q-dialog__inner flex no-pointer-events q-dialog__inner--minimized q-dialog__inner--standard fixed-full flex-center q-dialog__inner--animating q-transition--scale-enter-active q-transition--scale-enter-to">…</div>
- taking element screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- attempting scroll into view action
- waiting for element to be stable
- 65938 pixels (ratio 0.08 of all image pixels) are different.
- waiting 100ms before taking screenshot
- waiting for locator('div[id^=q-portal--dialog--]').locator('.q-dialog__inner')
- locator resolved to <div tabindex="-1" class="q-dialog__inner flex no-pointer-events q-dialog__inner--minimized q-dialog__inner--standard fixed-full flex-center">…</div>
- taking element screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- attempting scroll into view action
- waiting for element to be stable
- captured a stable screenshot
- 65938 pixels (ratio 0.08 of all image pixels) are different.
107 | elementToScreenshot = root;
108 | }
> 109 | await expect(elementToScreenshot).toHaveScreenshot(
| ^
110 | `${story.id}-${theme}.png`,
111 | );
112 | });
at D:\a\voicevox\voicevox\tests\e2e\storybook\スクリーンショット.spec.mts:109:47
|
[storybook] › storybook\スクリーンショット.spec.mts:75:11 › components/Dialog/TempoOrTimeSignatureChangeDialog/TempoChangeDialog › 開いている:変更 › テーマ:ライト:
tests\e2e\storybook\スクリーンショット.spec.mts#L109
3) [storybook] › storybook\スクリーンショット.spec.mts:75:11 › components/Dialog/TempoOrTimeSignatureChangeDialog/TempoChangeDialog › 開いている:変更 › テーマ:ライト
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: Screenshot comparison failed:
65938 pixels (ratio 0.08 of all image pixels) are different.
Expected: D:\a\voicevox\voicevox\tests\e2e\storybook\スクリーンショット.spec.mts-snapshots\components-dialog-tempoortimesignaturechangedialog-tempochangedialog--change-opened-light-storybook-win32.png
Received: D:\a\voicevox\voicevox\test-results\スクリーンショット-components-Dialo-48f91-angeDialog-開いている:変更-テーマ:ライト-storybook-retry1\components-dialog-tempoort-375c0-og--change-opened-light-actual.png
Diff: D:\a\voicevox\voicevox\test-results\スクリーンショット-components-Dialo-48f91-angeDialog-開いている:変更-テーマ:ライト-storybook-retry1\components-dialog-tempoort-375c0-og--change-opened-light-diff.png
Call log:
- expect.toHaveScreenshot(components-dialog-tempoortimesignaturechangedialog-tempochangedialog--change-opened-light.png) with timeout 5000ms
- verifying given screenshot expectation
- waiting for locator('div[id^=q-portal--dialog--]').locator('.q-dialog__inner')
- locator resolved to <div tabindex="-1" class="q-dialog__inner flex no-pointer-events q-dialog__inner--minimized q-dialog__inner--standard fixed-full flex-center">…</div>
- taking element screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- attempting scroll into view action
- waiting for element to be stable
- 65938 pixels (ratio 0.08 of all image pixels) are different.
- waiting 100ms before taking screenshot
- waiting for locator('div[id^=q-portal--dialog--]').locator('.q-dialog__inner')
- locator resolved to <div tabindex="-1" class="q-dialog__inner flex no-pointer-events q-dialog__inner--minimized q-dialog__inner--standard fixed-full flex-center">…</div>
- taking element screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- attempting scroll into view action
- waiting for element to be stable
- captured a stable screenshot
- 65938 pixels (ratio 0.08 of all image pixels) are different.
107 | elementToScreenshot = root;
108 | }
> 109 | await expect(elementToScreenshot).toHaveScreenshot(
| ^
110 | `${story.id}-${theme}.png`,
111 | );
112 | });
at D:\a\voicevox\voicevox\tests\e2e\storybook\スクリーンショット.spec.mts:109:47
|
[storybook] › storybook\スクリーンショット.spec.mts:75:11 › components/Dialog/TempoOrTimeSignatureChangeDialog/TempoChangeDialog › 開いている:変更 › テーマ:ライト:
tests\e2e\storybook\スクリーンショット.spec.mts#L109
3) [storybook] › storybook\スクリーンショット.spec.mts:75:11 › components/Dialog/TempoOrTimeSignatureChangeDialog/TempoChangeDialog › 開いている:変更 › テーマ:ライト
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: Screenshot comparison failed:
65938 pixels (ratio 0.08 of all image pixels) are different.
Expected: D:\a\voicevox\voicevox\tests\e2e\storybook\スクリーンショット.spec.mts-snapshots\components-dialog-tempoortimesignaturechangedialog-tempochangedialog--change-opened-light-storybook-win32.png
Received: D:\a\voicevox\voicevox\test-results\スクリーンショット-components-Dialo-48f91-angeDialog-開いている:変更-テーマ:ライト-storybook-retry2\components-dialog-tempoort-375c0-og--change-opened-light-actual.png
Diff: D:\a\voicevox\voicevox\test-results\スクリーンショット-components-Dialo-48f91-angeDialog-開いている:変更-テーマ:ライト-storybook-retry2\components-dialog-tempoort-375c0-og--change-opened-light-diff.png
Call log:
- expect.toHaveScreenshot(components-dialog-tempoortimesignaturechangedialog-tempochangedialog--change-opened-light.png) with timeout 5000ms
- verifying given screenshot expectation
- waiting for locator('div[id^=q-portal--dialog--]').locator('.q-dialog__inner')
- locator resolved to <div tabindex="-1" class="q-dialog__inner flex no-pointer-events q-dialog__inner--minimized q-dialog__inner--standard fixed-full flex-center">…</div>
- taking element screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- attempting scroll into view action
- waiting for element to be stable
- 65938 pixels (ratio 0.08 of all image pixels) are different.
- waiting 100ms before taking screenshot
- waiting for locator('div[id^=q-portal--dialog--]').locator('.q-dialog__inner')
- locator resolved to <div tabindex="-1" class="q-dialog__inner flex no-pointer-events q-dialog__inner--minimized q-dialog__inner--standard fixed-full flex-center">…</div>
- taking element screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- attempting scroll into view action
- waiting for element to be stable
- captured a stable screenshot
- 65938 pixels (ratio 0.08 of all image pixels) are different.
107 | elementToScreenshot = root;
108 | }
> 109 | await expect(elementToScreenshot).toHaveScreenshot(
| ^
110 | `${story.id}-${theme}.png`,
111 | );
112 | });
at D:\a\voicevox\voicevox\tests\e2e\storybook\スクリーンショット.spec.mts:109:47
|
[storybook] › storybook\スクリーンショット.spec.mts:75:11 › components/Dialog/TempoOrTimeSignatureChangeDialog/TempoChangeDialog › 開いている:変更 › テーマ:ダーク:
tests\e2e\storybook\スクリーンショット.spec.mts#L109
4) [storybook] › storybook\スクリーンショット.spec.mts:75:11 › components/Dialog/TempoOrTimeSignatureChangeDialog/TempoChangeDialog › 開いている:変更 › テーマ:ダーク
Error: Screenshot comparison failed:
10658 pixels (ratio 0.02 of all image pixels) are different.
Expected: D:\a\voicevox\voicevox\tests\e2e\storybook\スクリーンショット.spec.mts-snapshots\components-dialog-tempoortimesignaturechangedialog-tempochangedialog--change-opened-dark-storybook-win32.png
Received: D:\a\voicevox\voicevox\test-results\スクリーンショット-components-Dialo-c221e-angeDialog-開いている:変更-テーマ:ダーク-storybook\components-dialog-tempoort-4a1b1-log--change-opened-dark-actual.png
Diff: D:\a\voicevox\voicevox\test-results\スクリーンショット-components-Dialo-c221e-angeDialog-開いている:変更-テーマ:ダーク-storybook\components-dialog-tempoort-4a1b1-log--change-opened-dark-diff.png
Call log:
- expect.toHaveScreenshot(components-dialog-tempoortimesignaturechangedialog-tempochangedialog--change-opened-dark.png) with timeout 5000ms
- verifying given screenshot expectation
- waiting for locator('div[id^=q-portal--dialog--]').locator('.q-dialog__inner')
- locator resolved to <div tabindex="-1" class="q-dialog__inner flex no-pointer-events q-dialog__inner--minimized q-dialog__inner--standard fixed-full flex-center q-transition--scale-enter-active q-transition--scale-enter-to">…</div>
- taking element screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- attempting scroll into view action
- waiting for element to be stable
- 10658 pixels (ratio 0.02 of all image pixels) are different.
- waiting 100ms before taking screenshot
- waiting for locator('div[id^=q-portal--dialog--]').locator('.q-dialog__inner')
- locator resolved to <div tabindex="-1" class="q-dialog__inner flex no-pointer-events q-dialog__inner--minimized q-dialog__inner--standard fixed-full flex-center">…</div>
- taking element screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- attempting scroll into view action
- waiting for element to be stable
- captured a stable screenshot
- 10658 pixels (ratio 0.02 of all image pixels) are different.
107 | elementToScreenshot = root;
108 | }
> 109 | await expect(elementToScreenshot).toHaveScreenshot(
| ^
110 | `${story.id}-${theme}.png`,
111 | );
112 | });
at D:\a\voicevox\voicevox\tests\e2e\storybook\スクリーンショット.spec.mts:109:47
|
Slow Test:
[browser] › browser/アップデート通知ダイアログ.spec.ts#L1
[browser] › browser/アップデート通知ダイアログ.spec.ts took 17.3s
|
Slow Test:
[browser] › browser/複数選択/選択.spec.ts#L1
[browser] › browser/複数選択/選択.spec.ts took 18.2s
|
Slow Test:
[browser] › browser/song/ソング.spec.ts#L1
[browser] › browser/song/ソング.spec.ts took 15.9s
|
Slow Test:
[browser] › browser\アップデート通知ダイアログ.spec.ts#L1
[browser] › browser\アップデート通知ダイアログ.spec.ts took 18.7s
|
🎭 Playwright Run Summary
2 skipped
24 passed (1.8m)
|
🎭 Playwright Run Summary
86 skipped
|
🎭 Playwright Run Summary
1 passed (12.7s)
|
🎭 Playwright Run Summary
1 flaky
[browser] › browser/ツールバーカスタマイズダイアログ.spec.ts:8:5 › ツールバーのカスタマイズでボタンを追加でき、デフォルトに戻すこともできる ────────
4 skipped
21 passed (2.7m)
|
🎭 Playwright Run Summary
1 passed (19.4s)
|
🎭 Playwright Run Summary
86 skipped
|
🎭 Playwright Run Summary
26 passed (2.3m)
|
🎭 Playwright Run Summary
1 passed (13.7s)
|
🎭 Playwright Run Summary
8 failed
[storybook] › storybook\スクリーンショット.spec.mts:75:11 › components/Dialog/TempoOrTimeSignatureChangeDialog/TempoChangeDialog › 開いている:追加 › テーマ:ライト
[storybook] › storybook\スクリーンショット.spec.mts:75:11 › components/Dialog/TempoOrTimeSignatureChangeDialog/TempoChangeDialog › 開いている:追加 › テーマ:ダーク
[storybook] › storybook\スクリーンショット.spec.mts:75:11 › components/Dialog/TempoOrTimeSignatureChangeDialog/TempoChangeDialog › 開いている:変更 › テーマ:ライト
[storybook] › storybook\スクリーンショット.spec.mts:75:11 › components/Dialog/TempoOrTimeSignatureChangeDialog/TempoChangeDialog › 開いている:変更 › テーマ:ダーク
[storybook] › storybook\スクリーンショット.spec.mts:75:11 › components/Dialog/TempoOrTimeSignatureChangeDialog/TimeSignatureChangeDialog › 開いている:追加 › テーマ:ライト
[storybook] › storybook\スクリーンショット.spec.mts:75:11 › components/Dialog/TempoOrTimeSignatureChangeDialog/TimeSignatureChangeDialog › 開いている:追加 › テーマ:ダーク
[storybook] › storybook\スクリーンショット.spec.mts:75:11 › components/Dialog/TempoOrTimeSignatureChangeDialog/TimeSignatureChangeDialog › 開いている:変更 › テーマ:ライト
[storybook] › storybook\スクリーンショット.spec.mts:75:11 › components/Dialog/TempoOrTimeSignatureChangeDialog/TimeSignatureChangeDialog › 開いている:変更 › テーマ:ダーク
78 passed (2.1m)
|
Artifacts
Produced during runtime
Name | Size | |
---|---|---|
playwright-report-windows-latest
|
18.7 MB |
|