mirror of
https://github.com/shoelace-style/webawesome.git
synced 2026-01-12 20:19:13 +00:00
more timeouts?
This commit is contained in:
@@ -106,11 +106,11 @@ describe('<wa-radio-group>', () => {
|
||||
expect(radioGroup.hasCustomState('user-invalid')).to.be.false;
|
||||
expect(radioGroup.hasCustomState('user-valid')).to.be.false;
|
||||
|
||||
await aTimeout(1)
|
||||
await aTimeout(100)
|
||||
await clickOnElement(secondRadio);
|
||||
await secondRadio.updateComplete;
|
||||
await radioGroup.updateComplete
|
||||
await aTimeout(1)
|
||||
await aTimeout(100)
|
||||
|
||||
expect(radioGroup.checkValidity()).to.be.true;
|
||||
expect(radioGroup.hasCustomState('user-invalid')).to.be.false;
|
||||
|
||||
Reference in New Issue
Block a user