FIX: ホットキーでshift+数字を登録時のエラーをなくす #6902
test.yml
on: pull_request
Annotations
1 error, 20 warnings, and 6 notices
[browser] › browser/アクセント.spec.ts:7:5 › アクセント分割したらアクセント区間が増える:
tests/e2e/browser/アクセント.spec.ts#L13
1) [browser] › browser/アクセント.spec.ts:7:5 › アクセント分割したらアクセント区間が増える ─────────────────────────────────
Error: expect(received).toBe(expected) // Object.is equality
Expected: 1
Received: 0
11 | await page.locator(".audio-cell input").first().press("Enter");
12 | await page.waitForTimeout(500);
> 13 | expect(await page.locator(".mora-table").count()).toBe(1);
| ^
14 | await (await page.locator(".splitter-cell").all())[1].click();
15 | await page.waitForTimeout(500);
16 | expect(await page.locator(".mora-table").count()).toBe(2);
at /Users/runner/work/voicevox/voicevox/tests/e2e/browser/アクセント.spec.ts:13:53
|
lint
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-node@v3, actions/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
lint:
tests/unit/backend/common/configManager.spec.ts#L4
'Preset' is defined but never used
|
lint:
tests/unit/backend/common/configManager.spec.ts#L4
'PresetKey' is defined but never used
|
lint:
tests/unit/backend/common/configManager.spec.ts#L4
'VoiceId' is defined but never used
|
unit-test
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-node@v3, actions/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
build-test
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-node@v3, actions/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
build-test:
tests/unit/backend/common/configManager.spec.ts#L4
'Preset' is defined but never used
|
build-test:
tests/unit/backend/common/configManager.spec.ts#L4
'PresetKey' is defined but never used
|
build-test:
tests/unit/backend/common/configManager.spec.ts#L4
'VoiceId' is defined but never used
|
e2e-test (ubuntu-latest)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-node@v3, actions/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Slow Test:
[browser] › browser/アップデート通知ダイアログ.spec.ts#L1
[browser] › browser/アップデート通知ダイアログ.spec.ts took 16.8s
|
e2e-test (windows-latest)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-node@v3, actions/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Slow Test:
[browser] › browser\アップデート通知ダイアログ.spec.ts#L1
[browser] › browser\アップデート通知ダイアログ.spec.ts took 17.4s
|
e2e-test (macos-latest)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-node@v3, actions/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Slow Test:
[browser] › browser/song/ソング.spec.ts#L1
[browser] › browser/song/ソング.spec.ts took 59.9s
|
Slow Test:
[browser] › browser/複数選択/選択.spec.ts#L1
[browser] › browser/複数選択/選択.spec.ts took 51.0s
|
Slow Test:
[browser] › browser/複数選択/値変更.spec.ts#L1
[browser] › browser/複数選択/値変更.spec.ts took 35.6s
|
Slow Test:
[browser] › browser/音声詳細.spec.ts#L1
[browser] › browser/音声詳細.spec.ts took 34.2s
|
Slow Test:
[browser] › browser/初回起動時.spec.ts#L1
[browser] › browser/初回起動時.spec.ts took 31.4s
|
Slow Test:
[electron] › electron/example.spec.ts#L1
[electron] › electron/example.spec.ts took 33.7s
|
🎭 Playwright Run Summary
1 skipped
24 passed (1.6m)
|
🎭 Playwright Run Summary
1 passed (13.4s)
|
🎭 Playwright Run Summary
25 passed (2.2m)
|
🎭 Playwright Run Summary
1 passed (14.1s)
|
🎭 Playwright Run Summary
1 flaky
[browser] › browser/アクセント.spec.ts:7:5 › アクセント分割したらアクセント区間が増える ──────────────────────────────────
3 skipped
21 passed (8.5m)
|
🎭 Playwright Run Summary
1 passed (38.3s)
|