Skip to content

Commit

Permalink
Added missing data-cy attribute in button
Browse files Browse the repository at this point in the history
  • Loading branch information
martiserra99 committed Feb 11, 2025
1 parent 7dbbd9e commit 8be4372
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions apps/react/src/components/user-interface/button.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ export default function Button({
}: ComponentPropsWithoutRef<"button">) {
return (
<button
data-cy="button"
className={cn(
"block w-full rounded-full bg-indigo-500 px-6 py-4 text-base text-white hover:bg-indigo-400",
"focus:outline-none focus:ring-2 focus:ring-indigo-400 focus:ring-offset-2 focus:ring-offset-black",
Expand Down

0 comments on commit 8be4372

Please sign in to comment.