#1846 ノートのエラー時にツールチップ表示 #6291
Annotations
1 error, 2 warnings, and 2 notices
Run npm run test:browser-e2e:
tests/e2e/browser/複数選択/値変更.spec.ts#L98
1) [browser] › browser/複数選択/値変更.spec.ts:80:5 › 複数選択:キャラクター選択 ─────────────────────────────────────
Error: expect(received).not.toEqual(expected) // deep equality
Expected: not "女声1(ノーマル)"
96 | const characterNames = await getSelectedCharacters(page);
97 |
> 98 | expect(characterNames[0]).not.toEqual(characterNames[1]);
| ^
99 | expect(characterNames[1]).toEqual(characterNames[2]);
100 | expect(characterNames[1]).toEqual(characterNames[3]);
101 | });
at /Users/runner/work/voicevox/voicevox/tests/e2e/browser/複数選択/値変更.spec.ts:98:33
|
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 29.5s
|
Run npm run test:browser-e2e
1 flaky
[browser] › browser/複数選択/値変更.spec.ts:80:5 › 複数選択:キャラクター選択 ──────────────────────────────────────
1 skipped
23 passed (5.1m)
|
Run npm run test:electron-e2e
1 passed (40.0s)
|
Loading