kopia lustrzana https://github.com/shoelace-style/shoelace
fix typo
rodzic
e10651565f
commit
01f8ce6b03
|
@ -22,7 +22,7 @@ describe('<sl-checkbox>', () => {
|
||||||
expect(el.defaultChecked).to.be.false;
|
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 el = await fixture<SlCheckbox>(html` <sl-checkbox title="Test"></sl-checkbox> `);
|
||||||
const input = el.shadowRoot!.querySelector('input')!;
|
const input = el.shadowRoot!.querySelector('input')!;
|
||||||
|
|
||||||
|
|
Ładowanie…
Reference in New Issue