Skip to content

Commit

Permalink
chore: MultiCombobox の VRT はフレーキーな問題を修正する (#4721)
Browse files Browse the repository at this point in the history
  • Loading branch information
s-sasaki-0529 authored Jun 25, 2024
1 parent 5d8b9cc commit 01f25ff
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,8 @@ const playMulti = async ({ canvasElement }: { canvasElement: HTMLElement }) => {
const option2 = await within(body).findByText('option 2')
await userEvent.click(option2)
await waitForRAF()
const helpMessage = await within(body).findAllByText('入力でフィルタリングできます。')
await userEvent.click(helpMessage[0]) // カーソルの点滅によるVRTのフレーキーを避けるためにフォーカスを移動する
}
VRTMultiCombobox.play = playMulti

Expand Down

0 comments on commit 01f25ff

Please sign in to comment.