Skip to content

Commit e1f8487

Browse files
authored
add test id to remove link button
1 parent 4b583b2 commit e1f8487

File tree

1 file changed

+1
-1
lines changed
  • datahub-web-react/src/app/entity/shared/tabs/Documentation/components

1 file changed

+1
-1
lines changed

datahub-web-react/src/app/entity/shared/tabs/Documentation/components/LinkList.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ export const LinkList = ({ refetch }: LinkListProps) => {
176176
<Button onClick={() => handleEditLink(link)} type="text" shape="circle">
177177
<EditOutlined />
178178
</Button>
179-
<Button onClick={() => onConfirmDelete(link)} type="text" shape="circle" danger>
179+
<Button data-testid="remove-link-modal-ok-button" onClick={() => onConfirmDelete(link)} type="text" shape="circle" danger>
180180
<DeleteOutlined />
181181
</Button>
182182
</>

0 commit comments

Comments
 (0)