コンポーザブルに共通の処理を移動 #60
Annotations
7 errors, 2 warnings, and 1 notice
Run npm run test:browser-e2e:
tests/e2e/browser/辞書ダイアログ.spec.ts#L1
1) [browser] › browser/辞書ダイアログ.spec.ts:52:5 › 「設定」→「読み方&アクセント辞書」で「読み方&アクセント辞書」ページが表示される ──────────
Test timeout of 60000ms exceeded.
|
Run npm run test:browser-e2e:
tests/e2e/browser/辞書ダイアログ.spec.ts#L76
1) [browser] › browser/辞書ダイアログ.spec.ts:52:5 › 「設定」→「読み方&アクセント辞書」で「読み方&アクセント辞書」ページが表示される ──────────
Error: locator.evaluate: Test timeout of 60000ms exceeded.
Call log:
- waiting for locator('.word-editor .row').filter({ hasText: '単語' }).locator('.q-field__native')
74 | .filter({ hasText: "単語" })
75 | .locator(".q-field__native");
> 76 | await wordInputTag.evaluate((e: HTMLInputElement, rs: string) => {
| ^
77 | e.value = rs;
78 | e.dispatchEvent(new Event("input"));
79 | }, randomString);
at /Users/runner/work/voicevox/voicevox/tests/e2e/browser/辞書ダイアログ.spec.ts:76:22
|
Run npm run test:browser-e2e:
tests/e2e/browser/辞書ダイアログ.spec.ts#L1
1) [browser] › browser/辞書ダイアログ.spec.ts:52:5 › 「設定」→「読み方&アクセント辞書」で「読み方&アクセント辞書」ページが表示される ──────────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Test timeout of 60000ms exceeded.
|
Run npm run test:browser-e2e:
tests/e2e/browser/辞書ダイアログ.spec.ts#L76
1) [browser] › browser/辞書ダイアログ.spec.ts:52:5 › 「設定」→「読み方&アクセント辞書」で「読み方&アクセント辞書」ページが表示される ──────────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: locator.evaluate: Test timeout of 60000ms exceeded.
Call log:
- waiting for locator('.word-editor .row').filter({ hasText: '単語' }).locator('.q-field__native')
74 | .filter({ hasText: "単語" })
75 | .locator(".q-field__native");
> 76 | await wordInputTag.evaluate((e: HTMLInputElement, rs: string) => {
| ^
77 | e.value = rs;
78 | e.dispatchEvent(new Event("input"));
79 | }, randomString);
at /Users/runner/work/voicevox/voicevox/tests/e2e/browser/辞書ダイアログ.spec.ts:76:22
|
Run npm run test:browser-e2e:
tests/e2e/browser/辞書ダイアログ.spec.ts#L1
1) [browser] › browser/辞書ダイアログ.spec.ts:52:5 › 「設定」→「読み方&アクセント辞書」で「読み方&アクセント辞書」ページが表示される ──────────
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Test timeout of 60000ms exceeded.
|
Run npm run test:browser-e2e:
tests/e2e/browser/辞書ダイアログ.spec.ts#L76
1) [browser] › browser/辞書ダイアログ.spec.ts:52:5 › 「設定」→「読み方&アクセント辞書」で「読み方&アクセント辞書」ページが表示される ──────────
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: locator.evaluate: Test timeout of 60000ms exceeded.
Call log:
- waiting for locator('.word-editor .row').filter({ hasText: '単語' }).locator('.q-field__native')
74 | .filter({ hasText: "単語" })
75 | .locator(".q-field__native");
> 76 | await wordInputTag.evaluate((e: HTMLInputElement, rs: string) => {
| ^
77 | e.value = rs;
78 | e.dispatchEvent(new Event("input"));
79 | }, randomString);
at /Users/runner/work/voicevox/voicevox/tests/e2e/browser/辞書ダイアログ.spec.ts:76:22
|
Run npm run test:browser-e2e
Process completed with exit code 1.
|
Run npm run test:browser-e2e:
[browser] › browser/song/ソング.spec.ts#L1
[browser] › browser/song/ソング.spec.ts took 16.7s
|
Run npm run test:browser-e2e:
[browser] › browser/複数選択/選択.spec.ts#L1
[browser] › browser/複数選択/選択.spec.ts took 15.8s
|
Run npm run test:browser-e2e
1 failed
[browser] › browser/辞書ダイアログ.spec.ts:52:5 › 「設定」→「読み方&アクセント辞書」で「読み方&アクセント辞書」ページが表示される ───────────
4 skipped
21 passed (5.6m)
|
Loading