ソング:再生位置の表示形式を変更できるようにする #7996
Annotations
4 errors, 1 warning, and 1 notice
tests\e2e\browser\スクリーンショット.spec.ts#L149
1) [browser] › browser\スクリーンショット.spec.ts:126:5 › メイン画面の表示 ────────────────────────────────────────
Error: Screenshot comparison failed:
1207 pixels (ratio 0.01 of all image pixels) are different.
Expected: D:\a\voicevox\voicevox\tests\e2e\browser\スクリーンショット.spec.ts-snapshots\ソング画面-browser-win32.png
Received: D:\a\voicevox\voicevox\test-results\スクリーンショット-メイン画面の表示-browser\ソング画面-actual.png
Diff: D:\a\voicevox\voicevox\test-results\スクリーンショット-メイン画面の表示-browser\ソング画面-diff.png
Call log:
- expect.toHaveScreenshot(ソング画面.png) with timeout 5000ms
- verifying given screenshot expectation
- taking page screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- 1207 pixels (ratio 0.01 of all image pixels) are different.
- waiting 100ms before taking screenshot
- taking page screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- captured a stable screenshot
- 1207 pixels (ratio 0.01 of all image pixels) are different.
147 | await page.getByText("ソング").click();
148 | await expect(page.getByText("ソング")).toBeEnabled(); // 無効化が解除されるまで待つ
> 149 | await expect(page).toHaveScreenshot("ソング画面.png");
| ^
150 | });
151 |
at D:\a\voicevox\voicevox\tests\e2e\browser\スクリーンショット.spec.ts:149:22
|
tests\e2e\browser\スクリーンショット.spec.ts#L149
1) [browser] › browser\スクリーンショット.spec.ts:126:5 › メイン画面の表示 ────────────────────────────────────────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: Screenshot comparison failed:
1207 pixels (ratio 0.01 of all image pixels) are different.
Expected: D:\a\voicevox\voicevox\tests\e2e\browser\スクリーンショット.spec.ts-snapshots\ソング画面-browser-win32.png
Received: D:\a\voicevox\voicevox\test-results\スクリーンショット-メイン画面の表示-browser-retry1\ソング画面-actual.png
Diff: D:\a\voicevox\voicevox\test-results\スクリーンショット-メイン画面の表示-browser-retry1\ソング画面-diff.png
Call log:
- expect.toHaveScreenshot(ソング画面.png) with timeout 5000ms
- verifying given screenshot expectation
- taking page screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- 1207 pixels (ratio 0.01 of all image pixels) are different.
- waiting 100ms before taking screenshot
- taking page screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- captured a stable screenshot
- 1207 pixels (ratio 0.01 of all image pixels) are different.
147 | await page.getByText("ソング").click();
148 | await expect(page.getByText("ソング")).toBeEnabled(); // 無効化が解除されるまで待つ
> 149 | await expect(page).toHaveScreenshot("ソング画面.png");
| ^
150 | });
151 |
at D:\a\voicevox\voicevox\tests\e2e\browser\スクリーンショット.spec.ts:149:22
|
tests\e2e\browser\スクリーンショット.spec.ts#L149
1) [browser] › browser\スクリーンショット.spec.ts:126:5 › メイン画面の表示 ────────────────────────────────────────
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: Screenshot comparison failed:
1207 pixels (ratio 0.01 of all image pixels) are different.
Expected: D:\a\voicevox\voicevox\tests\e2e\browser\スクリーンショット.spec.ts-snapshots\ソング画面-browser-win32.png
Received: D:\a\voicevox\voicevox\test-results\スクリーンショット-メイン画面の表示-browser-retry2\ソング画面-actual.png
Diff: D:\a\voicevox\voicevox\test-results\スクリーンショット-メイン画面の表示-browser-retry2\ソング画面-diff.png
Call log:
- expect.toHaveScreenshot(ソング画面.png) with timeout 5000ms
- verifying given screenshot expectation
- taking page screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- 1207 pixels (ratio 0.01 of all image pixels) are different.
- waiting 100ms before taking screenshot
- taking page screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- captured a stable screenshot
- 1207 pixels (ratio 0.01 of all image pixels) are different.
147 | await page.getByText("ソング").click();
148 | await expect(page.getByText("ソング")).toBeEnabled(); // 無効化が解除されるまで待つ
> 149 | await expect(page).toHaveScreenshot("ソング画面.png");
| ^
150 | });
151 |
at D:\a\voicevox\voicevox\tests\e2e\browser\スクリーンショット.spec.ts:149:22
|
|
[browser] › browser\アップデート通知ダイアログ.spec.ts#L1
[browser] › browser\アップデート通知ダイアログ.spec.ts took 17.3s
|
|
This job failed
Loading