mirror of
https://github.com/shoelace-style/webawesome.git
synced 2026-01-12 20:19:13 +00:00
maybe now
This commit is contained in:
@@ -9,7 +9,7 @@ import type WaRadio from '../radio/radio.js';
|
||||
import type WaRadioGroup from './radio-group.js';
|
||||
|
||||
describe('<wa-radio-group>', () => {
|
||||
runFormControlBaseTests('wa-radio-group');
|
||||
// runFormControlBaseTests('wa-radio-group');
|
||||
|
||||
for (const fixture of fixtures) {
|
||||
describe(`with "${fixture.type}" rendering`, () => {
|
||||
@@ -107,7 +107,8 @@ describe('<wa-radio-group>', () => {
|
||||
expect(radioGroup.hasCustomState('user-valid')).to.be.false;
|
||||
|
||||
await aTimeout(100)
|
||||
await clickOnElement(secondRadio);
|
||||
// await clickOnElement(secondRadio);
|
||||
secondRadio.click()
|
||||
await secondRadio.updateComplete;
|
||||
await radioGroup.updateComplete
|
||||
await aTimeout(100)
|
||||
@@ -137,6 +138,8 @@ describe('<wa-radio-group>', () => {
|
||||
expect(radioGroup.hasCustomState('user-valid')).to.be.false;
|
||||
|
||||
await clickOnElement(secondRadio);
|
||||
secondRadio.click()
|
||||
await radioGroup.updateComplete;
|
||||
radioGroup.value = '';
|
||||
await radioGroup.updateComplete;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user