kopia lustrzana https://github.com/shoelace-style/shoelace
fix test
rodzic
80c3d8784b
commit
fa716029a7
|
@ -506,7 +506,9 @@ describe('<sl-select>', () => {
|
|||
expect(displayInput.value).to.equal('Option 1');
|
||||
|
||||
option.textContent = 'updated';
|
||||
await oneEvent(option, 'slotchange');
|
||||
|
||||
await aTimeout(0);
|
||||
await option.updateComplete;
|
||||
await el.updateComplete;
|
||||
|
||||
expect(displayInput.value).to.equal('updated');
|
||||
|
|
Ładowanie…
Reference in New Issue