pull/853/head
Cory LaViska 2022-08-10 16:53:27 -04:00
rodzic b3b3956ff5
commit 578a58042b
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -16,7 +16,7 @@ describe('<sl-spinner>', () => {
it('should have a role of "status".', () => {
// https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA/ARIA_Live_Regions
const base = el.shadowRoot!.querySelector('[part="base"]')!;
expect(base).have.attribute('role', 'status');
expect(base).have.attribute('role', 'progressbar');
});
});
});