不要なクラス指定を削除 #84
Annotations
4 errors, 1 warning, and 1 notice
Run npm run test:browser-e2e:
tests\e2e\browser\設定ダイアログ\設定ダイアログ.spec.ts#L14
1) [browser] › browser\設定ダイアログ\設定ダイアログ.spec.ts:6:5 › スクリーンショット ───────────────────────────────────
Error: Screenshot comparison failed:
16781 pixels (ratio 0.03 of all image pixels) are different.
Expected: D:\a\voicevox\voicevox\tests\e2e\browser\設定ダイアログ\設定ダイアログ.spec.ts-snapshots\スクリーンショット-0-browser-win32.png
Received: D:\a\voicevox\voicevox\test-results\設定ダイアログ-設定ダイアログ-スクリーンショット-browser\スクリーンショット-0-actual.png
Diff: D:\a\voicevox\voicevox\test-results\設定ダイアログ-設定ダイアログ-スクリーンショット-browser\スクリーンショット-0-diff.png
Call log:
- page._expectScreenshot with timeout 5000ms
- verifying given screenshot expectation
- taking page screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- 16781 pixels (ratio 0.03 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
- 16781 pixels (ratio 0.03 of all image pixels) are different.
12 | // スクリーンショット撮影とスクロールを繰り返す
13 | for (let i = 0; i < 5; i++) {
> 14 | await expect(page).toHaveScreenshot(`スクリーンショット_${i}.png`);
| ^
15 | await page.mouse.wheel(0, 500);
16 | await page.waitForTimeout(300);
17 | }
at D:\a\voicevox\voicevox\tests\e2e\browser\設定ダイアログ\設定ダイアログ.spec.ts:14:24
|
Run npm run test:browser-e2e:
tests\e2e\browser\設定ダイアログ\設定ダイアログ.spec.ts#L14
1) [browser] › browser\設定ダイアログ\設定ダイアログ.spec.ts:6:5 › スクリーンショット ───────────────────────────────────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: Screenshot comparison failed:
16781 pixels (ratio 0.03 of all image pixels) are different.
Expected: D:\a\voicevox\voicevox\tests\e2e\browser\設定ダイアログ\設定ダイアログ.spec.ts-snapshots\スクリーンショット-0-browser-win32.png
Received: D:\a\voicevox\voicevox\test-results\設定ダイアログ-設定ダイアログ-スクリーンショット-browser-retry1\スクリーンショット-0-actual.png
Diff: D:\a\voicevox\voicevox\test-results\設定ダイアログ-設定ダイアログ-スクリーンショット-browser-retry1\スクリーンショット-0-diff.png
Call log:
- page._expectScreenshot with timeout 5000ms
- verifying given screenshot expectation
- taking page screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- 16781 pixels (ratio 0.03 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
- 16781 pixels (ratio 0.03 of all image pixels) are different.
12 | // スクリーンショット撮影とスクロールを繰り返す
13 | for (let i = 0; i < 5; i++) {
> 14 | await expect(page).toHaveScreenshot(`スクリーンショット_${i}.png`);
| ^
15 | await page.mouse.wheel(0, 500);
16 | await page.waitForTimeout(300);
17 | }
at D:\a\voicevox\voicevox\tests\e2e\browser\設定ダイアログ\設定ダイアログ.spec.ts:14:24
|
Run npm run test:browser-e2e:
tests\e2e\browser\設定ダイアログ\設定ダイアログ.spec.ts#L14
1) [browser] › browser\設定ダイアログ\設定ダイアログ.spec.ts:6:5 › スクリーンショット ───────────────────────────────────
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: Screenshot comparison failed:
16781 pixels (ratio 0.03 of all image pixels) are different.
Expected: D:\a\voicevox\voicevox\tests\e2e\browser\設定ダイアログ\設定ダイアログ.spec.ts-snapshots\スクリーンショット-0-browser-win32.png
Received: D:\a\voicevox\voicevox\test-results\設定ダイアログ-設定ダイアログ-スクリーンショット-browser-retry2\スクリーンショット-0-actual.png
Diff: D:\a\voicevox\voicevox\test-results\設定ダイアログ-設定ダイアログ-スクリーンショット-browser-retry2\スクリーンショット-0-diff.png
Call log:
- page._expectScreenshot with timeout 5000ms
- verifying given screenshot expectation
- taking page screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- 16781 pixels (ratio 0.03 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
- 16781 pixels (ratio 0.03 of all image pixels) are different.
12 | // スクリーンショット撮影とスクロールを繰り返す
13 | for (let i = 0; i < 5; i++) {
> 14 | await expect(page).toHaveScreenshot(`スクリーンショット_${i}.png`);
| ^
15 | await page.mouse.wheel(0, 500);
16 | await page.waitForTimeout(300);
17 | }
at D:\a\voicevox\voicevox\tests\e2e\browser\設定ダイアログ\設定ダイアログ.spec.ts:14:24
|
Run npm run test:browser-e2e
Process completed with exit code 1.
|
Run npm run test:browser-e2e:
[browser] › browser\アップデート通知ダイアログ.spec.ts#L1
[browser] › browser\アップデート通知ダイアログ.spec.ts took 19.1s
|
Run npm run test:browser-e2e
1 failed
[browser] › browser\設定ダイアログ\設定ダイアログ.spec.ts:6:5 › スクリーンショット ────────────────────────────────────
25 passed (2.4m)
|
Loading