pull/878/head
Cory LaViska 2022-08-25 09:46:34 -04:00
rodzic ee31f3f682
commit c6d0b27f0d
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -26,7 +26,7 @@ describe('<sl-tab>', () => {
expect(el.disabled).to.equal(true);
expect(el.getAttribute('aria-disabled')).to.equal('true');
expect(base.getAttribute('class')).to.equal(' tab tab--disabled ');
expect(base.getAttribute('tabindex')).to.equal('0');
expect(base.getAttribute('tabindex')).to.equal('-1');
});
it('should set active tab by attribute', async () => {