#2409 の変更提案プルリクエスト #124
Annotations
10 errors and 1 notice
Run npm run test:browser-e2e
Timed out waiting 300s for the test suite to run
|
Run npm run test:browser-e2e
Timed out waiting 300s for the teardown for test suite to run
|
Run npm run test:browser-e2e:
tests/e2e/browser/song/ソング.spec.ts#L9
1) [browser] › browser/song/ソング.spec.ts:42:5 › ノートを追加・削除できる ──────────────────────────────────────
Error: expect.toBeVisible: Error: strict mode violation: getByText('ソング') resolved to 2 elements:
1) <div data-v-59f3f740="" class="text-body2 text-grey-8"> 選択したエディタを開きます。アプリケーション右上からトークとソングを切り替えることができます。 </div> aka getByText('選択したエディタを開きます。アプリケーション右上からトークとソングを切り替えることができます。')
2) <label data-v-59f3f740="">ソング</label> aka getByText('ソング', { exact: true })
Call log:
- expect.toBeVisible with timeout 5000ms
- waiting for getByText('ソング')
7 | async function navigateToSong(page: Page) {
8 | await navigateToMain(page);
> 9 | await expect(page.getByText("ソング")).toBeVisible();
| ^
10 | await page.getByText("ソング").click();
11 | }
12 |
at navigateToSong (/Users/runner/work/voicevox/voicevox/tests/e2e/browser/song/ソング.spec.ts:9:39)
at /Users/runner/work/voicevox/voicevox/tests/e2e/browser/song/ソング.spec.ts:43:3
|
Run npm run test:browser-e2e:
tests/e2e/browser/song/ソング.spec.ts#L9
1) [browser] › browser/song/ソング.spec.ts:42:5 › ノートを追加・削除できる ──────────────────────────────────────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect.toBeVisible: Error: strict mode violation: getByText('ソング') resolved to 2 elements:
1) <div data-v-59f3f740="" class="text-body2 text-grey-8"> 選択したエディタを開きます。アプリケーション右上からトークとソングを切り替えることができます。 </div> aka getByText('選択したエディタを開きます。アプリケーション右上からトークとソングを切り替えることができます。')
2) <label data-v-59f3f740="">ソング</label> aka getByRole('button', { name: 'ソング' })
Call log:
- expect.toBeVisible with timeout 5000ms
- waiting for getByText('ソング')
7 | async function navigateToSong(page: Page) {
8 | await navigateToMain(page);
> 9 | await expect(page.getByText("ソング")).toBeVisible();
| ^
10 | await page.getByText("ソング").click();
11 | }
12 |
at navigateToSong (/Users/runner/work/voicevox/voicevox/tests/e2e/browser/song/ソング.spec.ts:9:39)
at /Users/runner/work/voicevox/voicevox/tests/e2e/browser/song/ソング.spec.ts:43:3
|
Run npm run test:browser-e2e:
tests/e2e/browser/song/ソング.spec.ts#L9
1) [browser] › browser/song/ソング.spec.ts:42:5 › ノートを追加・削除できる ──────────────────────────────────────
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect.toBeVisible: Error: strict mode violation: getByText('ソング') resolved to 2 elements:
1) <div data-v-59f3f740="" class="text-body2 text-grey-8"> 選択したエディタを開きます。アプリケーション右上からトークとソングを切り替えることができます。 </div> aka getByText('選択したエディタを開きます。アプリケーション右上からトークとソングを切り替えることができます。')
2) <label data-v-59f3f740="">ソング</label> aka getByText('ソング', { exact: true })
Call log:
- expect.toBeVisible with timeout 5000ms
- waiting for getByText('ソング')
7 | async function navigateToSong(page: Page) {
8 | await navigateToMain(page);
> 9 | await expect(page.getByText("ソング")).toBeVisible();
| ^
10 | await page.getByText("ソング").click();
11 | }
12 |
at navigateToSong (/Users/runner/work/voicevox/voicevox/tests/e2e/browser/song/ソング.spec.ts:9:39)
at /Users/runner/work/voicevox/voicevox/tests/e2e/browser/song/ソング.spec.ts:43:3
|
Run npm run test:browser-e2e:
tests/e2e/browser/song/ソング.spec.ts#L9
2) [browser] › browser/song/ソング.spec.ts:67:5 › ダブルクリックで歌詞を編集できる ──────────────────────────────────
Error: expect.toBeVisible: Error: strict mode violation: getByText('ソング') resolved to 2 elements:
1) <div data-v-59f3f740="" class="text-body2 text-grey-8"> 選択したエディタを開きます。アプリケーション右上からトークとソングを切り替えることができます。 </div> aka getByText('選択したエディタを開きます。アプリケーション右上からトークとソングを切り替えることができます。')
2) <label data-v-59f3f740="">ソング</label> aka getByRole('button', { name: 'ソング' })
Call log:
- expect.toBeVisible with timeout 5000ms
- waiting for getByText('ソング')
7 | async function navigateToSong(page: Page) {
8 | await navigateToMain(page);
> 9 | await expect(page.getByText("ソング")).toBeVisible();
| ^
10 | await page.getByText("ソング").click();
11 | }
12 |
at navigateToSong (/Users/runner/work/voicevox/voicevox/tests/e2e/browser/song/ソング.spec.ts:9:39)
at /Users/runner/work/voicevox/voicevox/tests/e2e/browser/song/ソング.spec.ts:68:3
|
Run npm run test:browser-e2e:
tests/e2e/browser/song/ソング.spec.ts#L9
2) [browser] › browser/song/ソング.spec.ts:67:5 › ダブルクリックで歌詞を編集できる ──────────────────────────────────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect.toBeVisible: Error: strict mode violation: getByText('ソング') resolved to 2 elements:
1) <div data-v-59f3f740="" class="text-body2 text-grey-8"> 選択したエディタを開きます。アプリケーション右上からトークとソングを切り替えることができます。 </div> aka getByText('選択したエディタを開きます。アプリケーション右上からトークとソングを切り替えることができます。')
2) <label data-v-59f3f740="">ソング</label> aka getByText('ソング', { exact: true })
Call log:
- expect.toBeVisible with timeout 5000ms
- waiting for getByText('ソング')
7 | async function navigateToSong(page: Page) {
8 | await navigateToMain(page);
> 9 | await expect(page.getByText("ソング")).toBeVisible();
| ^
10 | await page.getByText("ソング").click();
11 | }
12 |
at navigateToSong (/Users/runner/work/voicevox/voicevox/tests/e2e/browser/song/ソング.spec.ts:9:39)
at /Users/runner/work/voicevox/voicevox/tests/e2e/browser/song/ソング.spec.ts:68:3
|
Run npm run test:browser-e2e:
tests/e2e/browser/song/ソング.spec.ts#L9
2) [browser] › browser/song/ソング.spec.ts:67:5 › ダブルクリックで歌詞を編集できる ──────────────────────────────────
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect.toBeVisible: Error: strict mode violation: getByText('ソング') resolved to 2 elements:
1) <div data-v-59f3f740="" class="text-body2 text-grey-8"> 選択したエディタを開きます。アプリケーション右上からトークとソングを切り替えることができます。 </div> aka getByText('選択したエディタを開きます。アプリケーション右上からトークとソングを切り替えることができます。')
2) <label data-v-59f3f740="">ソング</label> aka getByText('ソング', { exact: true })
Call log:
- expect.toBeVisible with timeout 5000ms
- waiting for getByText('ソング')
7 | async function navigateToSong(page: Page) {
8 | await navigateToMain(page);
> 9 | await expect(page.getByText("ソング")).toBeVisible();
| ^
10 | await page.getByText("ソング").click();
11 | }
12 |
at navigateToSong (/Users/runner/work/voicevox/voicevox/tests/e2e/browser/song/ソング.spec.ts:9:39)
at /Users/runner/work/voicevox/voicevox/tests/e2e/browser/song/ソング.spec.ts:68:3
|
Run npm run test:browser-e2e:
tests/e2e/browser/アクセント.spec.ts#L9
3) [browser] › browser/アクセント.spec.ts:7:5 › アクセント分割したらアクセント区間が増える ─────────────────────────────────
Error: Timed out 5000ms waiting for expect(locator).toBeVisible()
Locator: locator('.audio-cell').first()
Expected: visible
Received: <element(s) not found>
Call log:
- expect.toBeVisible with timeout 5000ms
- waiting for locator('.audio-cell').first()
7 | test("アクセント分割したらアクセント区間が増える", async ({ page }) => {
8 | await navigateToMain(page);
> 9 | await expect(page.locator(".audio-cell").first()).toBeVisible();
| ^
10 | await page.locator(".audio-cell input").first().fill("こんにちは");
11 | await page.locator(".audio-cell input").first().press("Enter");
12 | await page.waitForTimeout(500);
at /Users/runner/work/voicevox/voicevox/tests/e2e/browser/アクセント.spec.ts:9:53
|
Run npm run test:browser-e2e:
tests/e2e/browser/アクセント.spec.ts#L9
3) [browser] › browser/アクセント.spec.ts:7:5 › アクセント分割したらアクセント区間が増える ─────────────────────────────────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: Timed out 5000ms waiting for expect(locator).toBeVisible()
Locator: locator('.audio-cell').first()
Expected: visible
Received: <element(s) not found>
Call log:
- expect.toBeVisible with timeout 5000ms
- waiting for locator('.audio-cell').first()
7 | test("アクセント分割したらアクセント区間が増える", async ({ page }) => {
8 | await navigateToMain(page);
> 9 | await expect(page.locator(".audio-cell").first()).toBeVisible();
| ^
10 | await page.locator(".audio-cell input").first().fill("こんにちは");
11 | await page.locator(".audio-cell input").first().press("Enter");
12 | await page.waitForTimeout(500);
at /Users/runner/work/voicevox/voicevox/tests/e2e/browser/アクセント.spec.ts:9:53
|
Run npm run test:browser-e2e
4 failed
[browser] › browser/song/ソング.spec.ts:42:5 › ノートを追加・削除できる ───────────────────────────────────────
[browser] › browser/song/ソング.spec.ts:67:5 › ダブルクリックで歌詞を編集できる ───────────────────────────────────
[browser] › browser/アクセント.spec.ts:7:5 › アクセント分割したらアクセント区間が増える ──────────────────────────────────
[browser] › browser/アクセント.spec.ts:19:5 › アクセントの読み部分をクリックすると読みを変更できる ────────────────────────────
2 skipped
21 did not run
|
Loading