chore(select-rich): fix flaky test
This commit is contained in:
parent
01692abd3c
commit
3942966863
1 changed files with 1 additions and 0 deletions
|
|
@ -230,6 +230,7 @@ describe('lion-select-rich', () => {
|
|||
expect(el.serializedValue).to.equal('red');
|
||||
|
||||
el.serializedValue = 'hotpink';
|
||||
await el.registrationComplete;
|
||||
expect(el.checkedIndex).to.equal(1);
|
||||
expect(el.serializedValue).to.equal('hotpink');
|
||||
});
|
||||
|
|
|
|||
Loading…
Reference in a new issue