revert accidentally removed part of test

This commit is contained in:
Robin Malfait
2025-05-09 21:45:16 +02:00
parent 130b3d76d5
commit 662663d06a
@@ -2283,6 +2283,18 @@ describe('Keyboard interactions', () => {
)
assertListboxButton({ state: ListboxState.InvisibleUnmounted })
assertListbox({ state: ListboxState.InvisibleUnmounted })
// Focus the button
await focus(getListboxButton())
// Open listbox
await press(Keys.ArrowUp)
// Verify it is visible
assertListboxButton({ state: ListboxState.Visible })
assertListbox({ state: ListboxState.Visible })
assertActiveElement(getListbox())
assertListboxButtonLinkedWithListbox()