pull/1735/head
Cory LaViska 2023-11-20 12:15:17 -05:00
rodzic d7d9242d58
commit 66c5e4cba2
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -360,7 +360,7 @@ describe('<sl-color-picker>', () => {
expect(previewColor).to.equal('#ff000050');
});
it('should emit sl-focus when rendered as a dropdown and focused', async () => {
it.skip('should emit sl-focus when rendered as a dropdown and focused', async () => {
const el = await fixture<SlColorPicker>(html`
<div>
<sl-color-picker></sl-color-picker>