disconnects
Cory LaViska 2024-07-29 13:41:17 -04:00
rodzic cf4a181325
commit f9cad91afc
1 zmienionych plików z 1 dodań i 2 usunięć

Wyświetl plik

@ -146,8 +146,7 @@ describe('<sl-menu-item>', () => {
await menu.updateComplete;
await sendKeys({ press: 'Enter' });
await menu.updateComplete;
// Once for each menu element.
expect(selectHandler).to.have.been.calledTwice;
expect(selectHandler).to.have.been.calledOnce;
});
it('should focus on outer menu if ArrowRight is pressed on nested menuitem', async () => {