Merge branch 'main' into モック用エンジンを使ったe2eテストに差し替え #1412
Annotations
1 error, 2 warnings, and 3 notices
Run npm run test:browser-e2e:
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
|
Run npm run test:electron-e2e:
[electron] › electron/example.spec.ts#L1
[electron] › electron/example.spec.ts took 35.5s
|
Run npm run test:browser-e2e
1 flaky
[browser] › browser/アップデート通知ダイアログ.spec.ts:46:5 › アップデートが通知されたりスキップしたりできる ───────────────────────
2 skipped
24 passed (1.9m)
|
Run npm run test:electron-e2e
2 passed (40.7s)
|
Run npm run test:storybook-vrt
99 skipped
|
Loading