ロジック変更 #1423
Annotations
4 errors, 1 warning, and 1 notice
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 2 elements:
1) <div data-v-84e81881="" data-v-ff40d52d="" class="accent-phrase accent-phrase-hover">…</div> aka getByText('ジイ', { exact: true })
2) <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 (/Users/runner/work/voicevox/voicevox/tests/e2e/browser/辞書ダイアログ.spec.ts:25:30)
at /Users/runner/work/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 7 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('ゴジュウ')
6) <div data-v-84e81881="" data-v-ff40d52d="" class="accent-phrase accent-phrase-hover">…</div> aka getByText('キュウ')
7) <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 (/Users/runner/work/voicevox/voicevox/tests/e2e/browser/辞書ダイアログ.spec.ts:25:30)
at /Users/runner/work/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 #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect.toBeVisible: Error: strict mode violation: locator('.accent-phrase') resolved to 2 elements:
1) <div data-v-84e81881="" data-v-ff40d52d="" class="accent-phrase accent-phrase-hover">…</div> aka getByText('ブイ', { exact: true })
2) <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 (/Users/runner/work/voicevox/voicevox/tests/e2e/browser/辞書ダイアログ.spec.ts:25:30)
at /Users/runner/work/voicevox/voicevox/tests/e2e/browser/辞書ダイアログ.spec.ts:63:16
|
Run npm run test:browser-e2e
Process completed with exit code 1.
|
Run npm run test:browser-e2e:
[browser] › browser/複数選択/選択.spec.ts#L1
[browser] › browser/複数選択/選択.spec.ts took 18.1s
|
Run npm run test:browser-e2e
1 failed
[browser] › browser/辞書ダイアログ.spec.ts:50:5 › 「設定」→「読み方&アクセント辞書」で「読み方&アクセント辞書」ページが表示される ───────────
4 skipped
22 passed (3.0m)
|
Loading