Skip to content

Commit

Permalink
feat(tdc-7258): added data-checked attribute so automated tests can s…
Browse files Browse the repository at this point in the history
…elect the checked card
  • Loading branch information
dlcaldeira authored Jul 5, 2023
1 parent b10ae79 commit 5bfab7d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .changeset/red-readers-leave.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@talend/design-system': patch
---

feat(tdc-7258): added data-checked attribute so automated tests can select the checked card
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@ const RichRadioButton = ({
data-testid={dataTestId}
data-test={dataTest}
onChange={() => onChange(id)}
data-checked={isChecked}
/>
<span className={style['rich-radio-button']}>
<StackVertical as="span" gap="XS">
Expand Down

0 comments on commit 5bfab7d

Please sign in to comment.