Update src/components/Sing/SequencerNote.vue #6290
Annotations
1 error, 2 warnings, and 2 notices
Run npm run test:browser-e2e:
tests/e2e/browser/調整結果.spec.ts#L74
1) [browser] › browser/調整結果.spec.ts:28:5 › 実験的機能:調整結果の保持 ─────────────────────────────────────────
Error: expect(received).toBeTruthy()
Received: false
72 | // 読点が追加されていることを確認
73 | const firstAccentPhrase = page.locator(".mora-table").first();
> 74 | expect(await firstAccentPhrase.getByText("、").isVisible()).toBeTruthy();
| ^
75 |
76 | // 句読点(pauseMora)だけの変更/削除:句読点部分以外は変わらない
77 | await audioCell.locator("input").clear();
at /Users/runner/work/voicevox/voicevox/tests/e2e/browser/調整結果.spec.ts:74:62
|
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/.
|
Run npm run test:electron-e2e:
[electron] › electron/example.spec.ts#L1
[electron] › electron/example.spec.ts took 31.4s
|
Run npm run test:browser-e2e
1 flaky
[browser] › browser/調整結果.spec.ts:28:5 › 実験的機能:調整結果の保持 ──────────────────────────────────────────
1 skipped
23 passed (4.2m)
|
Run npm run test:electron-e2e
1 passed (38.5s)
|
Loading