[release-0.22] fix: 「キャンセル」と「破棄する」がややこしそうだったので修正 #8616
Annotations
4 errors, 2 warnings, and 1 notice
Run npm run test:browser-e2e:
tests/e2e/browser/辞書ダイアログ.spec.ts#L125
1) [browser] › browser/辞書ダイアログ.spec.ts:52:5 › 「設定」→「読み方&アクセント辞書」で「読み方&アクセント辞書」ページが表示される ──────────
Error: locator.click: Error: strict mode violation: locator('[id^="q-portal--dialog"]').last().getByRole('button').filter({ hasText: '削除' }) resolved to 2 elements:
1) <button tabindex="0" type="button" data-v-512c854a="" class="q-btn q-btn-item non-selectable no-outline q-btn--outline q-btn--rectangle text-display q-btn--actionable q-focusable q-hoverable text-no-wrap text-bold">…</button> aka getByRole('button', { name: '削除しない' })
2) <button tabindex="0" type="button" data-v-512c854a="" class="q-btn q-btn-item non-selectable no-outline q-btn--unelevated q-btn--rectangle bg-warning text-white q-btn--actionable q-focusable q-hoverable text-no-wrap text-bold">…</button> aka getByRole('button', { name: '削除する' })
Call log:
- waiting for locator('[id^="q-portal--dialog"]').last().getByRole('button').filter({ hasText: '削除' })
123 | .getByRole("button")
124 | .filter({ hasText: "削除" })
> 125 | .click();
| ^
126 | await page.waitForTimeout(100);
127 |
128 | await page
at /home/runner/work/voicevox/voicevox/tests/e2e/browser/辞書ダイアログ.spec.ts:125:6
|
Run npm run test:browser-e2e:
tests/e2e/browser/辞書ダイアログ.spec.ts#L125
1) [browser] › browser/辞書ダイアログ.spec.ts:52:5 › 「設定」→「読み方&アクセント辞書」で「読み方&アクセント辞書」ページが表示される ──────────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: locator.click: Error: strict mode violation: locator('[id^="q-portal--dialog"]').last().getByRole('button').filter({ hasText: '削除' }) resolved to 2 elements:
1) <button tabindex="0" type="button" data-v-512c854a="" class="q-btn q-btn-item non-selectable no-outline q-btn--outline q-btn--rectangle text-display q-btn--actionable q-focusable q-hoverable text-no-wrap text-bold">…</button> aka getByRole('button', { name: '削除しない' })
2) <button tabindex="0" type="button" data-v-512c854a="" class="q-btn q-btn-item non-selectable no-outline q-btn--unelevated q-btn--rectangle bg-warning text-white q-btn--actionable q-focusable q-hoverable text-no-wrap text-bold">…</button> aka getByRole('button', { name: '削除する' })
Call log:
- waiting for locator('[id^="q-portal--dialog"]').last().getByRole('button').filter({ hasText: '削除' })
123 | .getByRole("button")
124 | .filter({ hasText: "削除" })
> 125 | .click();
| ^
126 | await page.waitForTimeout(100);
127 |
128 | await page
at /home/runner/work/voicevox/voicevox/tests/e2e/browser/辞書ダイアログ.spec.ts:125:6
|
Run npm run test:browser-e2e:
tests/e2e/browser/辞書ダイアログ.spec.ts#L125
1) [browser] › browser/辞書ダイアログ.spec.ts:52:5 › 「設定」→「読み方&アクセント辞書」で「読み方&アクセント辞書」ページが表示される ──────────
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: locator.click: Error: strict mode violation: locator('[id^="q-portal--dialog"]').last().getByRole('button').filter({ hasText: '削除' }) resolved to 2 elements:
1) <button tabindex="0" type="button" data-v-512c854a="" class="q-btn q-btn-item non-selectable no-outline q-btn--outline q-btn--rectangle text-display q-btn--actionable q-focusable q-hoverable text-no-wrap text-bold">…</button> aka getByRole('button', { name: '削除しない' })
2) <button tabindex="0" type="button" data-v-512c854a="" class="q-btn q-btn-item non-selectable no-outline q-btn--unelevated q-btn--rectangle bg-warning text-white q-btn--actionable q-focusable q-hoverable text-no-wrap text-bold">…</button> aka getByRole('button', { name: '削除する' })
Call log:
- waiting for locator('[id^="q-portal--dialog"]').last().getByRole('button').filter({ hasText: '削除' })
123 | .getByRole("button")
124 | .filter({ hasText: "削除" })
> 125 | .click();
| ^
126 | await page.waitForTimeout(100);
127 |
128 | await page
at /home/runner/work/voicevox/voicevox/tests/e2e/browser/辞書ダイアログ.spec.ts:125:6
|
Run npm run test:browser-e2e
Process completed with exit code 1.
|
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Run npm run test:browser-e2e:
[browser] › browser/アップデート通知ダイアログ.spec.ts#L1
[browser] › browser/アップデート通知ダイアログ.spec.ts took 18.3s
|
Run npm run test:browser-e2e
1 failed
[browser] › browser/辞書ダイアログ.spec.ts:52:5 › 「設定」→「読み方&アクセント辞書」で「読み方&アクセント辞書」ページが表示される ───────────
2 skipped
23 passed (1.9m)
|
Loading