Update: mainブランチからマージ #155
Annotations
5 errors, 1 warning, and 2 notices
Run npm run test:browser-e2e:
tests/e2e/browser/アクセント.spec.ts#L13
1) [browser] › browser/アクセント.spec.ts:7:5 › アクセント分割したらアクセント区間が増える ─────────────────────────────────
Error: expect(received).toBe(expected) // Object.is equality
Expected: 1
Received: 0
11 | await page.locator(".audio-cell input").first().press("Enter");
12 | await page.waitForTimeout(500);
> 13 | expect(await page.locator(".mora-table").count()).toBe(1);
| ^
14 | await (await page.locator(".splitter-cell").all())[1].click();
15 | await page.waitForTimeout(500);
16 | expect(await page.locator(".mora-table").count()).toBe(2);
at /Users/runner/work/voicevox_mobile/voicevox_mobile/tests/e2e/browser/アクセント.spec.ts:13:53
|
Run npm run test:browser-e2e:
tests/e2e/browser/アクセント.spec.ts#L1
1) [browser] › browser/アクセント.spec.ts:7:5 › アクセント分割したらアクセント区間が増える ─────────────────────────────────
Test finished within timeout of 60000ms, but tearing down "context" ran out of time.
Please allow more time for the test, since teardown is attributed towards the test timeout budget.
|
Run npm run test:browser-e2e:
tests/e2e/browser/アップデート通知ダイアログ.spec.ts#L1
2) [browser] › browser/アップデート通知ダイアログ.spec.ts:46:5 › アップデートが通知されたりスキップしたりできる ──────────────────────
Test timeout of 60000ms exceeded.
|
Run npm run test:browser-e2e:
tests/e2e/browser/アップデート通知ダイアログ.spec.ts#L71
2) [browser] › browser/アップデート通知ダイアログ.spec.ts:46:5 › アップデートが通知されたりスキップしたりできる ──────────────────────
Error: page.waitForTimeout: Test timeout of 60000ms exceeded.
69 | // 再度開いても表示されない(スキップされた)
70 | await page.reload();
> 71 | await page.waitForTimeout(5000); // エンジン読み込み待機
| ^
72 | await expect(dialog).not.toBeVisible();
73 | });
74 |
at /Users/runner/work/voicevox_mobile/voicevox_mobile/tests/e2e/browser/アップデート通知ダイアログ.spec.ts:71:14
|
Run npm run test:browser-e2e:
tests/e2e/browser/辞書ダイアログ.spec.ts#L49
3) [browser] › browser/辞書ダイアログ.spec.ts:52:5 › 「設定」→「読み方&アクセント辞書」で「読み方&アクセント辞書」ページが表示される ──────────
Error: expect(received).toBe(expected) // Object.is equality
Expected: "a9mlxo5s"
Received: "a9mlxo5s"
47 | await page.waitForTimeout(100);
48 | const text = await inputTag.evaluate((e: HTMLInputElement) => e.value);
> 49 | expect(text).toBe(expectedWord);
| ^
50 | }
51 |
52 | test("「設定」→「読み方&アクセント辞書」で「読み方&アクセント辞書」ページが表示される", async ({
at validateInputTag (/Users/runner/work/voicevox_mobile/voicevox_mobile/tests/e2e/browser/辞書ダイアログ.spec.ts:49:16)
at /Users/runner/work/voicevox_mobile/voicevox_mobile/tests/e2e/browser/辞書ダイアログ.spec.ts:81:3
|
Run npm run test:electron-e2e:
[electron] › electron/example.spec.ts#L1
[electron] › electron/example.spec.ts took 21.4s
|
Run npm run test:browser-e2e
3 flaky
[browser] › browser/アクセント.spec.ts:7:5 › アクセント分割したらアクセント区間が増える ──────────────────────────────────
[browser] › browser/アップデート通知ダイアログ.spec.ts:46:5 › アップデートが通知されたりスキップしたりできる ───────────────────────
[browser] › browser/辞書ダイアログ.spec.ts:52:5 › 「設定」→「読み方&アクセント辞書」で「読み方&アクセント辞書」ページが表示される ───────────
1 skipped
17 passed (4.3m)
|
Run npm run test:electron-e2e
1 passed (27.2s)
|
The logs for this run have expired and are no longer available.
Loading