[release-0.22] fix: 「キャンセル」と「破棄する」がややこしそうだったので修正 #8616
Annotations
4 errors, 1 warning, and 1 notice
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 D:\a\voicevox\voicevox\tests\e2e\browser\辞書ダイアログ.spec.ts:125:6
|
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 D:\a\voicevox\voicevox\tests\e2e\browser\辞書ダイアログ.spec.ts:125:6
|
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 D:\a\voicevox\voicevox\tests\e2e\browser\辞書ダイアログ.spec.ts:125:6
|
|
[browser] › browser\アップデート通知ダイアログ.spec.ts#L1
[browser] › browser\アップデート通知ダイアログ.spec.ts took 18.5s
|
|
This job failed
Loading