Skip to content

Commit

Permalink
fix: data test prop
Browse files Browse the repository at this point in the history
  • Loading branch information
henrikmv committed Sep 23, 2024
1 parent fdd8388 commit 04a1b54
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ class RelationshipsPlain extends React.Component<Props> {
wrapperClassName={classes.tooltip}
>
<IconButton
data-test="delete-relationship-button"
dataTest="delete-relationship-button"
onClick={() => { onRemoveRelationship(relationship.clientId); }}
disabled={!canDelete}
secondary
Expand Down

0 comments on commit 04a1b54

Please sign in to comment.