refactor: EngineInfoManagerのリファクタリング #8225
Annotations
1 error, 1 warning, and 3 notices
tests/e2e/browser/辞書ダイアログ.spec.ts#L107
1) [browser] › browser/辞書ダイアログ.spec.ts:52:5 › 「設定」→「読み方&アクセント辞書」で「読み方&アクセント辞書」ページが表示される ──────────
Error: expect(received).toBe(expected) // Object.is equality
Expected: "テスト"
Received: "エエエエエムゼロエイチジェエキュウイイ"
105 | await page.waitForTimeout(100);
106 | const yomi2 = await getYomi(page, randomString);
> 107 | expect(yomi2).toBe("テスト");
| ^
108 |
109 | // もう一度設定を開き辞書からabsを削除
110 | await openDictDialog(page);
at /home/runner/work/voicevox/voicevox/tests/e2e/browser/辞書ダイアログ.spec.ts:107:17
|
[browser] › browser/アップデート通知ダイアログ.spec.ts#L1
[browser] › browser/アップデート通知ダイアログ.spec.ts took 17.2s
|
|
|
|
This job succeeded
Loading