ソング: ループ範囲を設定できるようにする #7999
Annotations
5 errors, 1 warning, and 1 notice
tests\e2e\browser\スクリーンショット.spec.ts#L149
1) [browser] › browser\スクリーンショット.spec.ts:126:5 › メイン画面の表示 ────────────────────────────────────────
Error: Screenshot comparison failed:
1989 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
- 1989 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
- 1989 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:
1989 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
- 1989 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
- 1989 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:
1989 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
- 1989 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
- 1989 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#L9
2) [browser] › browser\音声パラメータ.spec.ts:12:5 › 音声パラメータ引き継ぎの設定 ─────────────────────────────────────
Error: expect(received).toBe(expected) // Object.is equality
Expected: "1.00"
Received: "0.50"
7 | async function validateValue(locator: Locator, expectedValue: string) {
8 | const value = await locator.evaluate((e: HTMLInputElement) => e.value);
> 9 | expect(value).toBe(expectedValue);
| ^
10 | }
11 |
12 | test("音声パラメータ引き継ぎの設定", async ({ page }) => {
at validateValue (D:\a\voicevox\voicevox\tests\e2e\browser\音声パラメータ.spec.ts:9:17)
at D:\a\voicevox\voicevox\tests\e2e\browser\音声パラメータ.spec.ts:37:3
|
|
[browser] › browser\アップデート通知ダイアログ.spec.ts#L1
[browser] › browser\アップデート通知ダイアログ.spec.ts took 18.0s
|
|
This job failed
Loading