Skip to content

Commit

Permalink
fix: changed data-cy to make it unique
Browse files Browse the repository at this point in the history
  • Loading branch information
syam babu committed Jan 14, 2025
1 parent 56e4098 commit 303d05a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/DraggableTree/EditableCell.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ const EditableCell = ({ title, editable, children, dataIndex, record, handleSave
}

return (
<td {...restProps} data-cy="taxonomy-concept-cell">
<td {...restProps} data-cy={'taxonomy-concept-cell-' + dataIndex}>
{editing ? (
<TextArea
ref={inputRef}
Expand Down

0 comments on commit 303d05a

Please sign in to comment.