Esri / calcite-design-system

A monorepo containing the packages for Esri's Calcite Design System
https://developers.arcgis.com/calcite-design-system/
Other
260 stars 75 forks source link

Change the formAssociated commonTest to allow more complex HTML snippets #9221

Open benelan opened 3 weeks ago

benelan commented 3 weeks ago

Priority impact

p - medium

Test type

e2e test utils

Which Component(s)

formAssociated common test

Unstable Tests

No response

Test error, if applicable

No response

PR skipped, if applicable

No response

Additional Info

Currently, the common test expects the first component in the HTML to be the form associated element. However, we need to wrap radio-button (the form associated component) with radio-button-group (the component that displays validation messages). See #9220 for context.