辞書の単語と読みに切り取り操作を追加 #18
Annotations
4 errors, 1 warning, and 1 notice
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 D:\a\voicevox\voicevox\tests\e2e\browser\辞書ダイアログ.spec.ts:107:17
|
tests\e2e\browser\辞書ダイアログ.spec.ts#L107
1) [browser] › browser\辞書ダイアログ.spec.ts:52:5 › 「設定」→「読み方&アクセント辞書」で「読み方&アクセント辞書」ページが表示される ──────────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
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 D:\a\voicevox\voicevox\tests\e2e\browser\辞書ダイアログ.spec.ts:107:17
|
tests\e2e\browser\辞書ダイアログ.spec.ts#L107
1) [browser] › browser\辞書ダイアログ.spec.ts:52:5 › 「設定」→「読み方&アクセント辞書」で「読み方&アクセント辞書」ページが表示される ──────────
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
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 D:\a\voicevox\voicevox\tests\e2e\browser\辞書ダイアログ.spec.ts:107:17
|
|
[browser] › browser\アップデート通知ダイアログ.spec.ts#L1
[browser] › browser\アップデート通知ダイアログ.spec.ts took 17.7s
|
|
The logs for this run have expired and are no longer available.
Loading