より精度の高い、アクセント句差分の適用に関する提案 (#1612) #526
Annotations
1 error and 2 notices
Run npm run test:browser-e2e:
tests/e2e/browser/オプション/書き出しファイル名パターン.spec.ts#L75
1) [browser] › browser/オプション/書き出しファイル名パターン.spec.ts:28:5 › 「オプション」から「書き出しファイル名パターン」を変更したり保存したりできる ─
Error: Timed out 5000ms waiting for expect(locator).toBeVisible()
Locator: locator('[id^="q-portal--dialog"]').last().getByText('test$連番$.wav')
Expected: visible
Received: hidden
Call log:
- expect.toBeVisible with timeout 5000ms
- waiting for locator('[id^="q-portal--dialog"]').last().getByText('test$連番$.wav')
73 | await doneButton.click();
74 | await page.waitForTimeout(700);
> 75 | await expect(optionDialog.getByText("test$連番$.wav")).toBeVisible();
| ^
76 |
77 | // 再度開くと設定した内容が反映されている
78 | ({ doneButton, textbox } = await moveToFilenameDialog(page, optionDialog));
at /home/runner/work/voicevox/voicevox/tests/e2e/browser/オプション/書き出しファイル名パターン.spec.ts:75:56
|
Run npm run test:browser-e2e
1 flaky
[browser] › browser/オプション/書き出しファイル名パターン.spec.ts:28:5 › 「オプション」から「書き出しファイル名パターン」を変更したり保存したりできる ──
17 passed (1.4m)
|
Run npm run test:electron-e2e
1 passed (46.2s)
|
The logs for this run have expired and are no longer available.
Loading