mirror of
https://github.com/shoelace-style/webawesome.git
synced 2026-01-12 12:09:26 +00:00
update test to account for removed attrs
This commit is contained in:
@@ -11,8 +11,6 @@ describe('<sl-skeleton>', () => {
|
||||
const indicator = el.shadowRoot!.querySelector<HTMLElement>('[part~="indicator"]')!;
|
||||
|
||||
expect(base.getAttribute('class')).to.equal(' skeleton ');
|
||||
expect(base.getAttribute('aria-busy')).to.equal('true');
|
||||
expect(base.getAttribute('aria-live')).to.equal('polite');
|
||||
expect(indicator.getAttribute('class')).to.equal('skeleton__indicator');
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user