ロジック変更 #1423
Annotations
2 errors, 2 warnings, and 3 notices
Run npm run test:browser-e2e:
tests\e2e\browser\辞書ダイアログ.spec.ts#L25
1) [browser] › browser\辞書ダイアログ.spec.ts:50:5 › 「設定」→「読み方&アクセント辞書」で「読み方&アクセント辞書」ページが表示される ──────────
Error: expect.toBeVisible: Error: strict mode violation: locator('.accent-phrase') resolved to 5 elements:
1) <div data-v-84e81881="" data-v-ff40d52d="" class="accent-phrase accent-phrase-hover">…</div> aka getByText('ティイ')
2) <div data-v-84e81881="" data-v-ff40d52d="" class="accent-phrase accent-phrase-hover">…</div> aka getByText('ハッピャク')
3) <div data-v-84e81881="" data-v-ff40d52d="" class="accent-phrase accent-phrase-hover">…</div> aka getByText('ナナジュウ')
4) <div data-v-84e81881="" data-v-ff40d52d="" class="accent-phrase accent-phrase-hover">…</div> aka getByText('キュウディイジェエゴ')
5) <div data-v-84e81881="" data-v-ff40d52d="" class="accent-phrase accent-phrase-hover">…</div> aka getByText('ブイ')
Call log:
- expect.toBeVisible with timeout 5000ms
- waiting for locator('.accent-phrase')
23 | await audioCellInput.fill(inputText);
24 | await audioCellInput.press("Enter");
> 25 | await expect(accentPhrase).toBeVisible();
| ^
26 |
27 | return (await accentPhrase.allTextContents()).join("");
28 | }
at getYomi (D:\a\voicevox\voicevox\tests\e2e\browser\辞書ダイアログ.spec.ts:25:30)
at D:\a\voicevox\voicevox\tests\e2e\browser\辞書ダイアログ.spec.ts:63:16
|
Run npm run test:browser-e2e:
tests\e2e\browser\辞書ダイアログ.spec.ts#L25
1) [browser] › browser\辞書ダイアログ.spec.ts:50:5 › 「設定」→「読み方&アクセント辞書」で「読み方&アクセント辞書」ページが表示される ──────────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect.toBeVisible: Error: strict mode violation: locator('.accent-phrase') resolved to 3 elements:
1) <div data-v-84e81881="" data-v-ff40d52d="" class="accent-phrase accent-phrase-hover">…</div> aka getByText('アンゼロ')
2) <div data-v-84e81881="" data-v-ff40d52d="" class="accent-phrase accent-phrase-hover">…</div> aka getByText('エイ')
3) <div data-v-84e81881="" data-v-ff40d52d="" class="accent-phrase accent-phrase-hover">…</div> aka getByText('イチズィイディイビイ')
Call log:
- expect.toBeVisible with timeout 5000ms
- waiting for locator('.accent-phrase')
23 | await audioCellInput.fill(inputText);
24 | await audioCellInput.press("Enter");
> 25 | await expect(accentPhrase).toBeVisible();
| ^
26 |
27 | return (await accentPhrase.allTextContents()).join("");
28 | }
at getYomi (D:\a\voicevox\voicevox\tests\e2e\browser\辞書ダイアログ.spec.ts:25:30)
at D:\a\voicevox\voicevox\tests\e2e\browser\辞書ダイアログ.spec.ts:63:16
|
Run npm run test:browser-e2e:
[browser] › browser\アップデート通知ダイアログ.spec.ts#L1
[browser] › browser\アップデート通知ダイアログ.spec.ts took 18.3s
|
Run npm run test:electron-e2e:
[electron] › electron\example.spec.ts#L1
[electron] › electron\example.spec.ts took 15.4s
|
Run npm run test:browser-e2e
1 flaky
[browser] › browser\辞書ダイアログ.spec.ts:50:5 › 「設定」→「読み方&アクセント辞書」で「読み方&アクセント辞書」ページが表示される ───────────
26 passed (2.3m)
|
Run npm run test:electron-e2e
2 passed (21.7s)
|
Run npm run test:storybook-vrt
99 passed (1.7m)
|
Loading