ソング:ループの機能追加 #9068
Annotations
4 errors, 1 warning, and 1 notice
tests\e2e\browser\スクリーンショット.spec.ts#L29
1) [browser] › browser\スクリーンショット.spec.ts:6:5 › メイン画面の表示 ──────────────────────────────────────────
Error: Screenshot comparison failed:
2894 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
- 2894 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
- 2894 pixels (ratio 0.01 of all image pixels) are different.
27 | await page.getByText("ソング").click();
28 | await expect(page.getByText("ソング")).toBeEnabled(); // 無効化が解除されるまで待つ
> 29 | await expect(page).toHaveScreenshot("ソング画面.png");
| ^
30 | });
31 |
at D:\a\voicevox\voicevox\tests\e2e\browser\スクリーンショット.spec.ts:29:22
|
tests\e2e\browser\スクリーンショット.spec.ts#L29
1) [browser] › browser\スクリーンショット.spec.ts:6:5 › メイン画面の表示 ──────────────────────────────────────────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: Screenshot comparison failed:
2894 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
- 2894 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
- 2894 pixels (ratio 0.01 of all image pixels) are different.
27 | await page.getByText("ソング").click();
28 | await expect(page.getByText("ソング")).toBeEnabled(); // 無効化が解除されるまで待つ
> 29 | await expect(page).toHaveScreenshot("ソング画面.png");
| ^
30 | });
31 |
at D:\a\voicevox\voicevox\tests\e2e\browser\スクリーンショット.spec.ts:29:22
|
tests\e2e\browser\スクリーンショット.spec.ts#L29
1) [browser] › browser\スクリーンショット.spec.ts:6:5 › メイン画面の表示 ──────────────────────────────────────────
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: Screenshot comparison failed:
2894 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
- 2894 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
- 2894 pixels (ratio 0.01 of all image pixels) are different.
27 | await page.getByText("ソング").click();
28 | await expect(page.getByText("ソング")).toBeEnabled(); // 無効化が解除されるまで待つ
> 29 | await expect(page).toHaveScreenshot("ソング画面.png");
| ^
30 | });
31 |
at D:\a\voicevox\voicevox\tests\e2e\browser\スクリーンショット.spec.ts:29:22
|
|
[browser] › browser\アップデート通知ダイアログ.spec.ts#L1
[browser] › browser\アップデート通知ダイアログ.spec.ts took 19.1s
|
|
The logs for this run have expired and are no longer available.
Loading