AccentPhrase全てにidを振ろうとした #726
test.yml
on: push
Annotations
1 error, 8 warnings, and 6 notices
[browser] › browser\複数選択\選択.spec.ts:46:5 › 複数選択:マウス周り:
tests\e2e\browser\複数選択\選択.spec.ts#L54
1) [browser] › browser\複数選択\選択.spec.ts:46:5 › 複数選択:マウス周り ─────────────────────────────────────────
Error: expect(received).toBe(expected) // Object.is equality
Expected: 1
Received: 2
52 | await page.waitForTimeout(100);
53 | selectedStatus = await getSelectedStatus(page);
> 54 | expect(selectedStatus.active).toBe(1);
| ^
55 | expect(selectedStatus.selected).toEqual([1]);
56 |
57 | // Shift+クリックは前回選択していたAudioCellから今回クリックしたAudioCellまでを選択する
at D:\a\voicevox\voicevox\tests\e2e\browser\複数選択\選択.spec.ts:54:33
|
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/.
|
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/.
|
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/.
|
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:
[electron] › electron\example.spec.ts#L1
[electron] › electron\example.spec.ts took 15.5s
|
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:
[electron] › electron/example.spec.ts#L1
[electron] › electron/example.spec.ts took 44.6s
|
🎭 Playwright Run Summary
1 skipped
24 passed (1.8m)
|
🎭 Playwright Run Summary
1 passed (17.7s)
|
🎭 Playwright Run Summary
1 flaky
[browser] › browser\複数選択\選択.spec.ts:46:5 › 複数選択:マウス周り ──────────────────────────────────────────
24 passed (2.4m)
|
🎭 Playwright Run Summary
1 passed (51.5s)
|
🎭 Playwright Run Summary
1 skipped
24 passed (5.9m)
|
🎭 Playwright Run Summary
1 passed (57.6s)
|