Skip to content

Commit

Permalink
Added right data-test-subj in order to fix tests
Browse files Browse the repository at this point in the history
Signed-off-by: sitbubu <[email protected]>
  • Loading branch information
RoyiSitbon committed Feb 23, 2022
1 parent 7a25121 commit 71712a3
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ export function DocViewerLinks(renderProps: DocViewLinkRenderProps) {
.map((item) => {
const { generateUrlCb, href, ...props } = item;
const listItem: EuiListGroupItemProps = {
'data-test-subj': 'docTableRowAction',
...props,
href: generateUrlCb ? generateUrlCb(renderProps) : href,
};
Expand Down

0 comments on commit 71712a3

Please sign in to comment.