Skip to content

リアクティブにしつつ意図しない反復実行を抑える #348

リアクティブにしつつ意図しない反復実行を抑える

リアクティブにしつつ意図しない反復実行を抑える #348

Triggered via push October 28, 2023 01:47
Status Success
Total duration 6m 13s
Artifacts

test.yml

on: push
Matrix: e2e-test
Fit to window
Zoom out
Zoom in

Annotations

3 errors, 23 warnings, and 6 notices
[browser] › browser/辞書ダイアログ.spec.ts:44:5 › 「設定」→「読み方&アクセント辞書」で「読み方&アクセント辞書」ページが表示される: tests/e2e/browser/辞書ダイアログ.spec.ts#L29
1) [browser] › browser/辞書ダイアログ.spec.ts:44: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-b315cf65="" class="q-toolbar__title ellip…>読み方&アクセント辞書</div> aka locator('#q-portal--dialog--6').getByText('読み方&アクセント辞書') =========================== logs =========================== expect.toBeVisible with timeout 5000ms waiting for getByText('読み方&アクセント辞書') ============================================================ 27 | await page.getByText("読み方&アクセント辞書").click(); 28 | await page.waitForTimeout(100); > 29 | await expect(page.getByText("読み方&アクセント辞書")).toBeVisible(); | ^ 30 | await expect(page.getByText("単語一覧")).toBeVisible(); 31 | } 32 | at openDictDialog (/Users/runner/work/voicevox/voicevox/tests/e2e/browser/辞書ダイアログ.spec.ts:29:47) at /Users/runner/work/voicevox/voicevox/tests/e2e/browser/辞書ダイアログ.spec.ts:53:3
[browser] › browser/オプション/書き出しファイル名パターン.spec.ts:32:5 › 「オプション」から「書き出しファイル名パターン」を変更したり保存したりできる: tests/e2e/browser/オプション/書き出しファイル名パターン.spec.ts#L79
1) [browser] › browser/オプション/書き出しファイル名パターン.spec.ts:32: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') 77 | await doneButton.click(); 78 | await page.waitForTimeout(700); > 79 | await expect(optionDialog.getByText("test$連番$.wav")).toBeVisible(); | ^ 80 | 81 | // 再度開くと設定した内容が反映されている 82 | ({ doneButton, textbox } = await moveToFilenameDialog(page, optionDialog)); at /home/runner/work/voicevox/voicevox/tests/e2e/browser/オプション/書き出しファイル名パターン.spec.ts:79:56
[browser] › browser/オプション/書き出しファイル名パターン.spec.ts:32:5 › 「オプション」から「書き出しファイル名パターン」を変更したり保存したりできる: tests/e2e/browser/オプション/書き出しファイル名パターン.spec.ts#L79
1) [browser] › browser/オプション/書き出しファイル名パターン.spec.ts:32:5 › 「オプション」から「書き出しファイル名パターン」を変更したり保存したりできる ─ Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── 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') 77 | await doneButton.click(); 78 | await page.waitForTimeout(700); > 79 | await expect(optionDialog.getByText("test$連番$.wav")).toBeVisible(); | ^ 80 | 81 | // 再度開くと設定した内容が反映されている 82 | ({ doneButton, textbox } = await moveToFilenameDialog(page, optionDialog)); at /home/runner/work/voicevox/voicevox/tests/e2e/browser/オプション/書き出しファイル名パターン.spec.ts:79:56
lint: build/splitNsisArchive.js#L16
'=== undefined'ではなく'== undefined'を使用してください。詳細: https://github.com/VOICEVOX/voicevox/issues/1513
lint: build/splitNsisArchive.js#L22
'=== undefined'ではなく'== undefined'を使用してください。詳細: https://github.com/VOICEVOX/voicevox/issues/1513
lint: src/background.ts#L817
'!== undefined'ではなく'!= undefined'を使用してください。詳細: https://github.com/VOICEVOX/voicevox/issues/1513
lint: src/background.ts#L822
'!== undefined'ではなく'!= undefined'を使用してください。詳細: https://github.com/VOICEVOX/voicevox/issues/1513
lint: src/background.ts#L831
'!== undefined'ではなく'!= undefined'を使用してください。詳細: https://github.com/VOICEVOX/voicevox/issues/1513
lint: src/background/configMigration014.ts#L28
'=== undefined'ではなく'== undefined'を使用してください。詳細: https://github.com/VOICEVOX/voicevox/issues/1513
lint: src/background/portManager.ts#L103
'!== undefined'ではなく'!= undefined'を使用してください。詳細: https://github.com/VOICEVOX/voicevox/issues/1513
lint: src/background/vvppManager.ts#L146
'=== null'ではなく'== null'を使用してください。詳細: https://github.com/VOICEVOX/voicevox/issues/1513
lint: src/background/vvppManager.ts#L146
'=== null'ではなく'== null'を使用してください。詳細: https://github.com/VOICEVOX/voicevox/issues/1513
lint: src/browser/fileImpl.ts#L59
'=== undefined'ではなく'== undefined'を使用してください。詳細: https://github.com/VOICEVOX/voicevox/issues/1513
build-test: src/background.ts#L817
'!== undefined'ではなく'!= undefined'を使用してください。詳細: https://github.com/VOICEVOX/voicevox/issues/1513
build-test: src/background.ts#L822
'!== undefined'ではなく'!= undefined'を使用してください。詳細: https://github.com/VOICEVOX/voicevox/issues/1513
build-test: src/background.ts#L831
'!== undefined'ではなく'!= undefined'を使用してください。詳細: https://github.com/VOICEVOX/voicevox/issues/1513
build-test: src/background/configMigration014.ts#L28
'=== undefined'ではなく'== undefined'を使用してください。詳細: https://github.com/VOICEVOX/voicevox/issues/1513
build-test: src/background/portManager.ts#L103
'!== undefined'ではなく'!= undefined'を使用してください。詳細: https://github.com/VOICEVOX/voicevox/issues/1513
build-test: src/background/vvppManager.ts#L146
'=== null'ではなく'== null'を使用してください。詳細: https://github.com/VOICEVOX/voicevox/issues/1513
build-test: src/background/vvppManager.ts#L146
'=== null'ではなく'== null'を使用してください。詳細: https://github.com/VOICEVOX/voicevox/issues/1513
build-test: src/browser/fileImpl.ts#L59
'=== undefined'ではなく'== undefined'を使用してください。詳細: https://github.com/VOICEVOX/voicevox/issues/1513
build-test: src/browser/fileImpl.ts#L86
'!== undefined'ではなく'!= undefined'を使用してください。詳細: https://github.com/VOICEVOX/voicevox/issues/1513
build-test: src/browser/fileImpl.ts#L94
'=== undefined'ではなく'== undefined'を使用してください。詳細: https://github.com/VOICEVOX/voicevox/issues/1513
Slow Test: [electron] › electron\example.spec.ts#L1
[electron] › electron\example.spec.ts took 20.8s
Slow Test: [electron] › electron/example.spec.ts#L1
[electron] › electron/example.spec.ts took 20.5s
Slow Test: [electron] › electron/example.spec.ts#L1
[electron] › electron/example.spec.ts took 16.1s
🎭 Playwright Run Summary
18 passed (2.8m)
🎭 Playwright Run Summary
1 passed (57.2s)
🎭 Playwright Run Summary
1 flaky [browser] › browser/辞書ダイアログ.spec.ts:44:5 › 「設定」→「読み方&アクセント辞書」で「読み方&アクセント辞書」ページが表示される ─────────── 17 passed (2.4m)
🎭 Playwright Run Summary
1 passed (27.8s)
🎭 Playwright Run Summary
1 flaky [browser] › browser/オプション/書き出しファイル名パターン.spec.ts:32:5 › 「オプション」から「書き出しファイル名パターン」を変更したり保存したりできる ── 17 passed (3.3m)
🎭 Playwright Run Summary
1 passed (53.0s)