We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6b477a7 commit 20a7205Copy full SHA for 20a7205
src/compounds/LinkedButton/LinkedButton.jsx
@@ -25,7 +25,7 @@ const ButtonLinkWrapper = React.forwardRef(({ ...props }, ref) => {
25
const { addClass, buttonProps, href } = props
26
27
return (
28
- <a href={href} ref={ref} className={addClass}>
+ <a href={href} ref={ref} className={addClass} data-cy='linked-button'>
29
<Button {...buttonProps} />
30
</a>
31
)
0 commit comments