kiwicom / orbit

React components of open-source Orbit design system by Kiwi.com
https://orbit.kiwi
MIT License
1.39k stars 151 forks source link

<Radio> - data-test is rendered on invisible element #807

Closed petrbr closed 4 years ago

petrbr commented 5 years ago

Expected Behavior

data-test should be on visible (and clickable for tools like Cypress) element.

Current Behavior

It's on invisible input element and Cypress can't click on it. image

Possible Solution

Move data-test from input to label.

vepor commented 4 years ago

Closing because there was not proper solution in past time and it's possible to use dataTest in cypress e2e tests anyway.