Arch Linuxがp7zipを7zipに置き換えたのでメッセージを変更。それと7zzを許容するように。 (#2493) #8993
Annotations
1 error, 2 warnings, and 3 notices
tests/e2e/browser/アップデート通知ダイアログ.spec.ts#L65
1) [browser] › browser/アップデート通知ダイアログ.spec.ts:46:5 › アップデートが通知されたりスキップしたりできる ──────────────────────
Error: Timed out 10000ms waiting for expect(locator).toBeVisible()
Locator: locator('[id^="q-portal--dialog"]').last().getByText('アップデートのお知らせ')
Expected: visible
Received: <element(s) not found>
Call log:
- expect.toBeVisible with timeout 10000ms
- waiting for locator('[id^="q-portal--dialog"]').last().getByText('アップデートのお知らせ')
63 | // 再度開くとまた表示される
64 | await page.reload();
> 65 | await expect(dialog.getByText("アップデートのお知らせ")).toBeVisible({
| ^
66 | timeout: 10000, // 表示に時間がかかる
67 | });
68 |
at /home/runner/work/voicevox/voicevox/tests/e2e/browser/アップデート通知ダイアログ.spec.ts:65:49
|
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
[electron] › electron/example.spec.ts#L1
[electron] › electron/example.spec.ts took 36.6s
|
|
|
|
The logs for this run have expired and are no longer available.
Loading