pull/731/head
Cory LaViska 2022-04-11 10:23:03 -04:00
rodzic 1250627862
commit 5e444a4f7c
1 zmienionych plików z 1 dodań i 2 usunięć

Wyświetl plik

@ -250,8 +250,7 @@ describe('<sl-dropdown>', () => {
expect(el.open).to.be.true;
});
// TODO (43081j): This is skipped until #720 is fixed
it.skip('should hide when clicked outside container and initially open', async () => {
it('should hide when clicked outside container and initially open', async () => {
const el = await fixture<SlDropdown>(html`
<sl-dropdown open>
<sl-button slot="trigger" caret>Toggle</sl-button>