[project-s] キャラクターメニューの調整 #5882
test.yml
on: pull_request
Matrix: e2e-test
commit-snapshots
5s
Annotations
1 error, 28 warnings, and 6 notices
[browser] › browser/ツールバーカスタマイズダイアログ.spec.ts:8:5 › ツールバーのカスタマイズでボタンを追加でき、デフォルトに戻すこともできる:
tests/e2e/browser/ツールバーカスタマイズダイアログ.spec.ts#L26
1) [browser] › browser/ツールバーカスタマイズダイアログ.spec.ts:8:5 › ツールバーのカスタマイズでボタンを追加でき、デフォルトに戻すこともできる ───────
Error: expect.toBeVisible: Error: strict mode violation: getByText('ツールバーのカスタマイズ') resolved to 2 elements:
1) <div data-v-ff8a05d9="" class="q-item__section column…>ツールバーのカスタマイズ</div> aka locator('#q-portal--menu--5').getByText('ツールバーのカスタマイズ')
2) <div data-v-d4bd8f9e="" class="q-toolbar__title ellip…>ツールバーのカスタマイズ</div> aka locator('#q-portal--dialog--6').getByText('ツールバーのカスタマイズ')
Call log:
- expect.toBeVisible with timeout 5000ms
- waiting for getByText('ツールバーのカスタマイズ')
24 | await getQuasarMenu(page, "ツールバーのカスタマイズ").click();
25 | await page.waitForTimeout(100);
> 26 | await expect(page.getByText("ツールバーのカスタマイズ")).toBeVisible();
| ^
27 |
28 | // 全部書き出しボタンを追加する
29 | expect(
at /Users/runner/work/voicevox/voicevox/tests/e2e/browser/ツールバーカスタマイズダイアログ.spec.ts:26:48
|
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/.
|
lint:
src/background/configMigration014.ts#L28
'=== undefined'ではなく'== undefined'を使用してください。詳細: https://github.com/VOICEVOX/voicevox/issues/1513
|
lint:
src/components/Sing/MenuBar.vue#L6
'defineComponent' is defined but never used
|
lint:
src/components/Sing/MenuBar.vue#L6
'ref' is defined but never used
|
lint:
src/components/Sing/MenuBar.vue#L6
'ComputedRef' is defined but never used
|
lint:
src/components/Sing/MenuBar.vue#L8
'MenuButton' is defined but never used
|
lint:
src/components/Sing/MenuBar.vue#L9
'MinMaxCloseButtons' is defined but never used
|
lint:
src/helpers/SelectionHelperForQInput.ts#L14
'=== null'ではなく'== null'を使用してください。詳細: https://github.com/VOICEVOX/voicevox/issues/1513
|
lint:
src/helpers/SelectionHelperForQInput.ts#L53
'=== null'ではなく'== null'を使用してください。詳細: https://github.com/VOICEVOX/voicevox/issues/1513
|
lint:
src/helpers/SelectionHelperForQInput.ts#L53
'=== null'ではなく'== null'を使用してください。詳細: https://github.com/VOICEVOX/voicevox/issues/1513
|
lint:
src/helpers/map.ts#L22
'=== undefined'ではなく'== undefined'を使用してください。詳細: https://github.com/VOICEVOX/voicevox/issues/1513
|
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/.
|
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/.
|
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/.
|
build-test:
src/background/configMigration014.ts#L28
'=== undefined'ではなく'== undefined'を使用してください。詳細: https://github.com/VOICEVOX/voicevox/issues/1513
|
build-test:
src/components/Sing/MenuBar.vue#L6
'defineComponent' is defined but never used
|
build-test:
src/components/Sing/MenuBar.vue#L6
'ref' is defined but never used
|
build-test:
src/components/Sing/MenuBar.vue#L6
'ComputedRef' is defined but never used
|
build-test:
src/components/Sing/MenuBar.vue#L8
'MenuButton' is defined but never used
|
build-test:
src/components/Sing/MenuBar.vue#L9
'MinMaxCloseButtons' is defined but never used
|
build-test:
src/helpers/SelectionHelperForQInput.ts#L14
'=== null'ではなく'== null'を使用してください。詳細: https://github.com/VOICEVOX/voicevox/issues/1513
|
build-test:
src/helpers/SelectionHelperForQInput.ts#L53
'=== null'ではなく'== null'を使用してください。詳細: https://github.com/VOICEVOX/voicevox/issues/1513
|
build-test:
src/helpers/SelectionHelperForQInput.ts#L53
'=== null'ではなく'== null'を使用してください。詳細: https://github.com/VOICEVOX/voicevox/issues/1513
|
build-test:
src/helpers/map.ts#L22
'=== undefined'ではなく'== undefined'を使用してください。詳細: https://github.com/VOICEVOX/voicevox/issues/1513
|
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 25.5s
|
commit-snapshots
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
🎭 Playwright Run Summary
1 skipped
20 passed (1.5m)
|
🎭 Playwright Run Summary
1 passed (17.3s)
|
🎭 Playwright Run Summary
21 passed (2.0m)
|
🎭 Playwright Run Summary
1 passed (20.4s)
|
🎭 Playwright Run Summary
1 flaky
[browser] › browser/ツールバーカスタマイズダイアログ.spec.ts:8:5 › ツールバーのカスタマイズでボタンを追加でき、デフォルトに戻すこともできる ────────
1 skipped
19 passed (2.7m)
|
🎭 Playwright Run Summary
1 passed (31.2s)
|