Skip to content
This repository has been archived by the owner on May 13, 2024. It is now read-only.

Commit

Permalink
Add data-test-id to tableContribute row anchor
Browse files Browse the repository at this point in the history
  • Loading branch information
Jason Sadler committed May 20, 2019
1 parent 079dbad commit c44109b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/features/rewards/tableContribute/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ export default class TableContribute extends React.PureComponent<Props, {}> {
content: [
{
content: (
<StyledLink href={row.url} target={'_blank'}>
<StyledLink href={row.url} target={'_blank'} data-test-id={'ac_link_' + row.profile.name}>
<Profile
title={row.profile.name}
provider={row.profile.provider}
Expand Down

0 comments on commit c44109b

Please sign in to comment.