Skip to content

TwitterをXに変更 (#1660) #5

TwitterをXに変更 (#1660)

TwitterをXに変更 (#1660) #5

Triggered via push December 1, 2023 14:12
Status Failure
Total duration 7m 31s
Artifacts 1

test.yml

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

Annotations

7 errors, 21 warnings, and 5 notices
[browser] › browser/辞書ダイアログ.spec.ts:40:5 › 「設定」→「読み方&アクセント辞書」で「読み方&アクセント辞書」ページが表示される: tests/e2e/browser/辞書ダイアログ.spec.ts#L17
1) [browser] › browser/辞書ダイアログ.spec.ts:40:5 › 「設定」→「読み方&アクセント辞書」で「読み方&アクセント辞書」ページが表示される ────────── Error: expect(received).toBe(expected) // Object.is equality Expected: "エエビイエス" Received: "アブス" 15 | await page.waitForTimeout(500); 16 | const text = (await page.locator(".text-cell").allInnerTexts()).join(""); > 17 | expect(text).toBe(expectedText); | ^ 18 | } 19 | 20 | async function openDictDialog(page: Page): Promise<void> { at validateAbsYomi (/home/runner/work/voicevox/voicevox/tests/e2e/browser/辞書ダイアログ.spec.ts:17:16) at /home/runner/work/voicevox/voicevox/tests/e2e/browser/辞書ダイアログ.spec.ts:114:3
[browser] › browser/辞書ダイアログ.spec.ts:40:5 › 「設定」→「読み方&アクセント辞書」で「読み方&アクセント辞書」ページが表示される: tests/e2e/browser/辞書ダイアログ.spec.ts#L17
1) [browser] › browser/辞書ダイアログ.spec.ts:40:5 › 「設定」→「読み方&アクセント辞書」で「読み方&アクセント辞書」ページが表示される ────────── Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: expect(received).toBe(expected) // Object.is equality Expected: "エエビイエス" Received: "アブス" 15 | await page.waitForTimeout(500); 16 | const text = (await page.locator(".text-cell").allInnerTexts()).join(""); > 17 | expect(text).toBe(expectedText); | ^ 18 | } 19 | 20 | async function openDictDialog(page: Page): Promise<void> { at validateAbsYomi (/home/runner/work/voicevox/voicevox/tests/e2e/browser/辞書ダイアログ.spec.ts:17:16) at /home/runner/work/voicevox/voicevox/tests/e2e/browser/辞書ダイアログ.spec.ts:46:3
[browser] › browser/辞書ダイアログ.spec.ts:40:5 › 「設定」→「読み方&アクセント辞書」で「読み方&アクセント辞書」ページが表示される: tests/e2e/browser/辞書ダイアログ.spec.ts#L17
1) [browser] › browser/辞書ダイアログ.spec.ts:40:5 › 「設定」→「読み方&アクセント辞書」で「読み方&アクセント辞書」ページが表示される ────────── Retry #2 ─────────────────────────────────────────────────────────────────────────────────────── Error: expect(received).toBe(expected) // Object.is equality Expected: "エエビイエス" Received: "アブス" 15 | await page.waitForTimeout(500); 16 | const text = (await page.locator(".text-cell").allInnerTexts()).join(""); > 17 | expect(text).toBe(expectedText); | ^ 18 | } 19 | 20 | async function openDictDialog(page: Page): Promise<void> { at validateAbsYomi (/home/runner/work/voicevox/voicevox/tests/e2e/browser/辞書ダイアログ.spec.ts:17:16) at /home/runner/work/voicevox/voicevox/tests/e2e/browser/辞書ダイアログ.spec.ts:46:3
e2e-test (ubuntu-latest)
Process completed with exit code 1.
[browser] › browser\アクセント.spec.ts:7:5 › アクセント分割したらアクセント区間が増える: tests\e2e\browser\アクセント.spec.ts#L13
1) [browser] › browser\アクセント.spec.ts:7:5 › アクセント分割したらアクセント区間が増える ───────────────────────────────── Error: expect(received).toBe(expected) // Object.is equality Expected: 1 Received: 0 11 | await page.locator(".audio-cell input").first().press("Enter"); 12 | await page.waitForTimeout(500); > 13 | expect(await page.locator(".mora-table").count()).toBe(1); | ^ 14 | await (await page.locator(".splitter-cell").all())[1].click(); 15 | await page.waitForTimeout(500); 16 | expect(await page.locator(".mora-table").count()).toBe(2); at D:\a\voicevox\voicevox\tests\e2e\browser\アクセント.spec.ts:13:53
[browser] › browser\アクセント.spec.ts:7:5 › アクセント分割したらアクセント区間が増える: tests\e2e\browser\アクセント.spec.ts#L13
1) [browser] › browser\アクセント.spec.ts:7:5 › アクセント分割したらアクセント区間が増える ───────────────────────────────── Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: expect(received).toBe(expected) // Object.is equality Expected: 1 Received: 0 11 | await page.locator(".audio-cell input").first().press("Enter"); 12 | await page.waitForTimeout(500); > 13 | expect(await page.locator(".mora-table").count()).toBe(1); | ^ 14 | await (await page.locator(".splitter-cell").all())[1].click(); 15 | await page.waitForTimeout(500); 16 | expect(await page.locator(".mora-table").count()).toBe(2); at D:\a\voicevox\voicevox\tests\e2e\browser\アクセント.spec.ts:13:53
[browser] › browser/アクセント.spec.ts:7:5 › アクセント分割したらアクセント区間が増える: tests/e2e/browser/アクセント.spec.ts#L13
1) [browser] › browser/アクセント.spec.ts:7:5 › アクセント分割したらアクセント区間が増える ───────────────────────────────── Error: expect(received).toBe(expected) // Object.is equality Expected: 1 Received: 0 11 | await page.locator(".audio-cell input").first().press("Enter"); 12 | await page.waitForTimeout(500); > 13 | expect(await page.locator(".mora-table").count()).toBe(1); | ^ 14 | await (await page.locator(".splitter-cell").all())[1].click(); 15 | await page.waitForTimeout(500); 16 | expect(await page.locator(".mora-table").count()).toBe(2); at /Users/runner/work/voicevox/voicevox/tests/e2e/browser/アクセント.spec.ts:13:53
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/configMigration014.ts#L28
'=== undefined'ではなく'== undefined'を使用してください。詳細: https://github.com/VOICEVOX/voicevox/issues/1513
lint: src/components/AccentPhrase.vue#L325
'!== undefined'ではなく'!= undefined'を使用してください。詳細: https://github.com/VOICEVOX/voicevox/issues/1513
lint: src/components/AudioInfo.vue#L482
'=== null'ではなく'== null'を使用してください。詳細: https://github.com/VOICEVOX/voicevox/issues/1513
lint: src/components/AudioInfo.vue#L763
'=== undefined'ではなく'== undefined'を使用してください。詳細: https://github.com/VOICEVOX/voicevox/issues/1513
lint: src/components/AudioInfo.vue#L773
'=== undefined'ではなく'== undefined'を使用してください。詳細: https://github.com/VOICEVOX/voicevox/issues/1513
lint: src/components/AudioInfo.vue#L892
'=== undefined'ではなく'== undefined'を使用してください。詳細: https://github.com/VOICEVOX/voicevox/issues/1513
lint: src/components/CharacterOrderDialog.vue#L184
'!== undefined'ではなく'!= undefined'を使用してください。詳細: https://github.com/VOICEVOX/voicevox/issues/1513
lint: src/components/CharacterOrderDialog.vue#L240
'=== 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/components/AccentPhrase.vue#L325
'!== undefined'ではなく'!= undefined'を使用してください。詳細: https://github.com/VOICEVOX/voicevox/issues/1513
build-test: src/components/AudioInfo.vue#L482
'=== null'ではなく'== null'を使用してください。詳細: https://github.com/VOICEVOX/voicevox/issues/1513
build-test: src/components/AudioInfo.vue#L763
'=== undefined'ではなく'== undefined'を使用してください。詳細: https://github.com/VOICEVOX/voicevox/issues/1513
build-test: src/components/AudioInfo.vue#L773
'=== undefined'ではなく'== undefined'を使用してください。詳細: https://github.com/VOICEVOX/voicevox/issues/1513
build-test: src/components/AudioInfo.vue#L892
'=== undefined'ではなく'== undefined'を使用してください。詳細: https://github.com/VOICEVOX/voicevox/issues/1513
build-test: src/components/CharacterOrderDialog.vue#L184
'!== undefined'ではなく'!= undefined'を使用してください。詳細: https://github.com/VOICEVOX/voicevox/issues/1513
build-test: src/components/CharacterOrderDialog.vue#L240
'=== undefined'ではなく'== undefined'を使用してください。詳細: https://github.com/VOICEVOX/voicevox/issues/1513
build-test: src/components/CharacterPortrait.vue#L32
'=== undefined'ではなく'== undefined'を使用してください。詳細: https://github.com/VOICEVOX/voicevox/issues/1513
build-test: src/components/CharacterPortrait.vue#L33
'=== undefined'ではなく'== undefined'を使用してください。詳細: https://github.com/VOICEVOX/voicevox/issues/1513
Slow Test: [electron] › electron/example.spec.ts#L1
[electron] › electron/example.spec.ts took 25.0s
🎭 Playwright Run Summary
1 failed [browser] › browser/辞書ダイアログ.spec.ts:40:5 › 「設定」→「読み方&アクセント辞書」で「読み方&アクセント辞書」ページが表示される ─────────── 17 passed (1.4m)
🎭 Playwright Run Summary
1 flaky [browser] › browser\アクセント.spec.ts:7:5 › アクセント分割したらアクセント区間が増える ────────────────────────────────── 17 passed (1.7m)
🎭 Playwright Run Summary
1 passed (49.6s)
🎭 Playwright Run Summary
1 flaky [browser] › browser/アクセント.spec.ts:7:5 › アクセント分割したらアクセント区間が増える ────────────────────────────────── 17 passed (3.4m)
🎭 Playwright Run Summary
1 passed (33.1s)

Artifacts

Produced during runtime
Name Size
playwright-report Expired
15.9 MB