try a second updateComplete??

This commit is contained in:
konnorrogers
2025-06-03 13:29:12 -04:00
parent f8ba90601b
commit af8bb7896b

View File

@@ -108,6 +108,7 @@ describe('<wa-radio-group>', () => {
await clickOnElement(secondRadio);
await secondRadio.updateComplete;
await radioGroup.updateComplete
expect(radioGroup.checkValidity()).to.be.true;
expect(radioGroup.hasCustomState('user-invalid')).to.be.false;