Update packages/ui/components/select-rich/test/lion-select-rich-interaction.test.js
Co-authored-by: Thijs Louisse <thijs.louisse@ing.com>
This commit is contained in:
parent
41fecd367e
commit
175e920151
1 changed files with 1 additions and 1 deletions
|
|
@ -188,7 +188,7 @@ describe('lion-select-rich interactions', () => {
|
|||
});
|
||||
|
||||
describe('Invoker Keyboard navigation Windows/Linux', () => {
|
||||
it('navigates through list with [ArrowDown] [ArrowUp] keys checks the option while listbox unopened', async () => {
|
||||
it('navigation through list with [ArrowDown] [ArrowUp] keys checks the option while listbox unopened', async () => {
|
||||
let isTriggeredByUser;
|
||||
const el = /** @type {LionSelectRich} */ (
|
||||
await fixture(html`
|
||||
|
|
|
|||
Loading…
Reference in a new issue