Fix: configSchemaのリネームに追従 #134
Annotations
1 error and 2 notices
tests/e2e/browser/音声パラメータ.spec.ts#L9
1) [browser] › browser/音声パラメータ.spec.ts:12:5 › 音声パラメータ引き継ぎの設定 ─────────────────────────────────────
Error: expect(received).toBe(expected) // Object.is equality
Expected: "1.00"
Received: "0.50"
7 | async function validateValue(locator: Locator, expectedValue: string) {
8 | const value = await locator.evaluate((e: HTMLInputElement) => e.value);
> 9 | expect(value).toBe(expectedValue);
| ^
10 | }
11 |
12 | test("音声パラメータ引き継ぎの設定", async ({ page }) => {
at validateValue (/Users/runner/work/voicevox_mobile/voicevox_mobile/tests/e2e/browser/音声パラメータ.spec.ts:9:17)
at /Users/runner/work/voicevox_mobile/voicevox_mobile/tests/e2e/browser/音声パラメータ.spec.ts:37:3
|
|
|
The logs for this run have expired and are no longer available.
Loading