ドラッグ周りを整理 #92
Annotations
1 error and 2 notices
tests\e2e\browser\辞書ダイアログ.spec.ts#L17
1) [browser] › browser\辞書ダイアログ.spec.ts:40:5 › 「設定」→「読み方&アクセント辞書」で「読み方&アクセント辞書」ページが表示される ──────────
Error: expect(received).toBe(expected) // Object.is equality
Expected: "エエビイエス"
Received: ""
15 | await page.waitForTimeout(500);
16 | const text = (await page.locator(".text-cell").allInnerTexts()).join("");
> 17 | expect(text).toBe(expectedText);
| ^
18 | }
19 |
20 | async function openDictDialog(page: Page): Promise<void> {
at validateAbsYomi (D:\a\voicevox\voicevox\tests\e2e\browser\辞書ダイアログ.spec.ts:17:16)
at D:\a\voicevox\voicevox\tests\e2e\browser\辞書ダイアログ.spec.ts:114:3
|
|
|
The logs for this run have expired and are no longer available.
Loading