[ソング] Undo/Redoの実装 #6134
test.yml
on: pull_request
Annotations
2 errors, 7 warnings, and 6 notices
[browser] › browser/複数選択/選択.spec.ts:46:5 › 複数選択:マウス周り:
tests/e2e/browser/複数選択/選択.spec.ts#L5
1) [browser] › browser/複数選択/選択.spec.ts:46:5 › 複数選択:マウス周り ─────────────────────────────────────────
Test timeout of 60000ms exceeded while running "beforeEach" hook.
3 | import { ctrlLike, addAudioCells } from "./utils";
4 |
> 5 | test.beforeEach(async ({ page }) => {
| ^
6 | await gotoHome({ page });
7 |
8 | await navigateToMain(page);
at /home/runner/work/voicevox/voicevox/tests/e2e/browser/複数選択/選択.spec.ts:5:6
|
[browser] › browser/複数選択/選択.spec.ts:46:5 › 複数選択:マウス周り:
tests/e2e/navigators.ts#L17
1) [browser] › browser/複数選択/選択.spec.ts:46:5 › 複数選択:マウス周り ─────────────────────────────────────────
Error: expect(locator).toBeVisible()
Locator: getByText('利用規約に関するお知らせ')
Expected: visible
Received: hidden
Call log:
- expect.toBeVisible with timeout 90000ms
- waiting for getByText('利用規約に関するお知らせ')
at navigators.ts:17
15 | */
16 | export async function navigateToMain(page: Page) {
> 17 | await expect(page.getByText("利用規約に関するお知らせ")).toBeVisible({
| ^
18 | timeout: 90 * 1000,
19 | });
20 | await page.waitForTimeout(100);
at navigateToMain (/home/runner/work/voicevox/voicevox/tests/e2e/navigators.ts:17:48)
at /home/runner/work/voicevox/voicevox/tests/e2e/browser/複数選択/選択.spec.ts:8:23
|
lint
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/.
|
unit-test
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/.
|
build-test
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/.
|
e2e-test (ubuntu-latest)
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/.
|
e2e-test (windows-latest)
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/.
|
e2e-test (macos-latest)
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/.
|
Slow Test:
[electron] › electron/example.spec.ts#L1
[electron] › electron/example.spec.ts took 24.0s
|
🎭 Playwright Run Summary
1 flaky
[browser] › browser/複数選択/選択.spec.ts:46:5 › 複数選択:マウス周り ──────────────────────────────────────────
1 skipped
20 passed (2.3m)
|
🎭 Playwright Run Summary
1 passed (19.3s)
|
🎭 Playwright Run Summary
22 passed (2.0m)
|
🎭 Playwright Run Summary
1 passed (50.6s)
|
🎭 Playwright Run Summary
1 skipped
21 passed (2.4m)
|
🎭 Playwright Run Summary
1 passed (29.6s)
|