一部のデザイン調整を取り入れる [update snapshots] #6686
Annotations
1 error, 2 warnings, and 2 notices
Run npm run test:browser-e2e:
tests\e2e\browser\テキスト追加・削除・入れ替え.spec.ts#L15
1) [browser] › browser\テキスト追加・削除・入れ替え.spec.ts:28:5 › テキストの追加・入れ替え・削除 ─────────────────────────────
Error: expect(received).toBe(expected) // Object.is equality
Expected: "foo"
Received: ""
13 |
14 | async function validateInput(locator: Locator, expectedText: string) {
> 15 | expect(await locator.inputValue()).toBe(expectedText);
| ^
16 | }
17 |
18 | async function getCenter(locator: Locator) {
at validateInput (D:\a\voicevox\voicevox\tests\e2e\browser\テキスト追加・削除・入れ替え.spec.ts:15:38)
at fillInput (D:\a\voicevox\voicevox\tests\e2e\browser\テキスト追加・削除・入れ替え.spec.ts:11:3)
at D:\a\voicevox\voicevox\tests\e2e\browser\テキスト追加・削除・入れ替え.spec.ts:40:3
|
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 15.3s
|
Run npm run test:browser-e2e
1 flaky
[browser] › browser\テキスト追加・削除・入れ替え.spec.ts:28:5 › テキストの追加・入れ替え・削除 ──────────────────────────────
24 passed (2.5m)
|
Run npm run test:electron-e2e
1 passed (51.2s)
|
Loading