[project-s] mainブランチをマージ #5828
Annotations
7 errors and 1 notice
Run npm run test:browser-e2e:
tests\e2e\browser\アップデート通知ダイアログ.spec.ts#L51
1) [browser] › browser\アップデート通知ダイアログ.spec.ts:46:5 › アップデートが通知されたりスキップしたりできる ──────────────────────
Error: Timed out 5000ms waiting for expect(locator).toBeVisible()
Locator: locator('[id^="q-portal--dialog"]').last().getByText('アップデートのお知らせ')
Expected: visible
Received: hidden
Call log:
- expect.toBeVisible with timeout 5000ms
- waiting for locator('[id^="q-portal--dialog"]').last().getByText('アップデートのお知らせ')
49 | // 通知されている
50 | const dialog = getNewestQuasarDialog(page);
> 51 | await expect(dialog.getByText("アップデートのお知らせ")).toBeVisible();
| ^
52 |
53 | // 普通に閉じると消える
54 | await dialog.getByRole("button", { name: "閉じる" }).click();
at D:\a\voicevox\voicevox\tests\e2e\browser\アップデート通知ダイアログ.spec.ts:51:49
|
Run npm run test:browser-e2e:
tests\e2e\browser\アップデート通知ダイアログ.spec.ts#L51
1) [browser] › browser\アップデート通知ダイアログ.spec.ts:46:5 › アップデートが通知されたりスキップしたりできる ──────────────────────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: Timed out 5000ms waiting for expect(locator).toBeVisible()
Locator: locator('[id^="q-portal--dialog"]').last().getByText('アップデートのお知らせ')
Expected: visible
Received: hidden
Call log:
- expect.toBeVisible with timeout 5000ms
- waiting for locator('[id^="q-portal--dialog"]').last().getByText('アップデートのお知らせ')
49 | // 通知されている
50 | const dialog = getNewestQuasarDialog(page);
> 51 | await expect(dialog.getByText("アップデートのお知らせ")).toBeVisible();
| ^
52 |
53 | // 普通に閉じると消える
54 | await dialog.getByRole("button", { name: "閉じる" }).click();
at D:\a\voicevox\voicevox\tests\e2e\browser\アップデート通知ダイアログ.spec.ts:51:49
|
Run npm run test:browser-e2e:
tests\e2e\browser\アップデート通知ダイアログ.spec.ts#L51
1) [browser] › browser\アップデート通知ダイアログ.spec.ts:46:5 › アップデートが通知されたりスキップしたりできる ──────────────────────
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: Timed out 5000ms waiting for expect(locator).toBeVisible()
Locator: locator('[id^="q-portal--dialog"]').last().getByText('アップデートのお知らせ')
Expected: visible
Received: hidden
Call log:
- expect.toBeVisible with timeout 5000ms
- waiting for locator('[id^="q-portal--dialog"]').last().getByText('アップデートのお知らせ')
49 | // 通知されている
50 | const dialog = getNewestQuasarDialog(page);
> 51 | await expect(dialog.getByText("アップデートのお知らせ")).toBeVisible();
| ^
52 |
53 | // 普通に閉じると消える
54 | await dialog.getByRole("button", { name: "閉じる" }).click();
at D:\a\voicevox\voicevox\tests\e2e\browser\アップデート通知ダイアログ.spec.ts:51:49
|
Run npm run test:browser-e2e:
tests\e2e\browser\スクリーンショット.spec.ts#L141
2) [browser] › browser\スクリーンショット.spec.ts:124:5 › メイン画面の表示 ────────────────────────────────────────
Error: Screenshot comparison failed:
71077 pixels (ratio 0.15 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:
- page._expectScreenshot with timeout 5000ms
- verifying given screenshot expectation
- taking page screenshot
- disabled all CSS animations
- 71077 pixels (ratio 0.15 of all image pixels) are different.
- waiting 100ms before taking screenshot
- taking page screenshot
- disabled all CSS animations
- captured a stable screenshot
- 71077 pixels (ratio 0.15 of all image pixels) are different.
139 | }
140 | }
> 141 | await expect(page).toHaveScreenshot("メイン画面.png");
| ^
142 | });
143 |
at D:\a\voicevox\voicevox\tests\e2e\browser\スクリーンショット.spec.ts:141:22
|
Run npm run test:browser-e2e:
tests\e2e\browser\スクリーンショット.spec.ts#L141
2) [browser] › browser\スクリーンショット.spec.ts:124:5 › メイン画面の表示 ────────────────────────────────────────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: Screenshot comparison failed:
3330 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:
- page._expectScreenshot with timeout 5000ms
- verifying given screenshot expectation
- taking page screenshot
- disabled all CSS animations
- 3330 pixels (ratio 0.01 of all image pixels) are different.
- waiting 100ms before taking screenshot
- taking page screenshot
- disabled all CSS animations
- captured a stable screenshot
- 3330 pixels (ratio 0.01 of all image pixels) are different.
139 | }
140 | }
> 141 | await expect(page).toHaveScreenshot("メイン画面.png");
| ^
142 | });
143 |
at D:\a\voicevox\voicevox\tests\e2e\browser\スクリーンショット.spec.ts:141:22
|
Run npm run test:browser-e2e:
tests\e2e\browser\スクリーンショット.spec.ts#L141
2) [browser] › browser\スクリーンショット.spec.ts:124:5 › メイン画面の表示 ────────────────────────────────────────
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: Screenshot comparison failed:
71077 pixels (ratio 0.15 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:
- page._expectScreenshot with timeout 5000ms
- verifying given screenshot expectation
- taking page screenshot
- disabled all CSS animations
- 71077 pixels (ratio 0.15 of all image pixels) are different.
- waiting 100ms before taking screenshot
- taking page screenshot
- disabled all CSS animations
- captured a stable screenshot
- 71077 pixels (ratio 0.15 of all image pixels) are different.
139 | }
140 | }
> 141 | await expect(page).toHaveScreenshot("メイン画面.png");
| ^
142 | });
143 |
at D:\a\voicevox\voicevox\tests\e2e\browser\スクリーンショット.spec.ts:141:22
|
Run npm run test:browser-e2e
Process completed with exit code 1.
|
Run npm run test:browser-e2e
2 failed
[browser] › browser\アップデート通知ダイアログ.spec.ts:46:5 › アップデートが通知されたりスキップしたりできる ───────────────────────
[browser] › browser\スクリーンショット.spec.ts:124:5 › メイン画面の表示 ─────────────────────────────────────────
19 passed (2.3m)
|
The logs for this run have expired and are no longer available.
Loading