pull/1050/head
Cory LaViska 2022-11-30 15:43:43 -05:00
rodzic e10651565f
commit 01f8ce6b03
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -22,7 +22,7 @@ describe('<sl-checkbox>', () => {
expect(el.defaultChecked).to.be.false;
});
it('should have title if title attribute isset', async () => {
it('should have title if title attribute is set', async () => {
const el = await fixture<SlCheckbox>(html` <sl-checkbox title="Test"></sl-checkbox> `);
const input = el.shadowRoot!.querySelector('input')!;