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
175e920151
commit
35b600a64b
1 changed files with 1 additions and 1 deletions
|
|
@ -224,7 +224,7 @@ describe('lion-select-rich interactions', () => {
|
|||
expect(isTriggeredByUser).to.be.true;
|
||||
});
|
||||
|
||||
it('navigates through list with [ArrowLeft] [ArrowRight] keys checks the option while listbox unopened', async () => {
|
||||
it('navigation through list with [ArrowLeft] [ArrowRight] keys checks the option while listbox unopened', async () => {
|
||||
let isTriggeredByUser;
|
||||
const el = /** @type {LionSelectRich} */ (
|
||||
await fixture(html`
|
||||
|
|
|
|||
Loading…
Reference in a new issue