mirror of
https://github.com/shoelace-style/webawesome.git
synced 2026-01-12 04:09:12 +00:00
fix test
This commit is contained in:
@@ -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 () => {
|
||||
|
||||
Reference in New Issue
Block a user