Skip to content

Commit

Permalink
Fix data-testid prop spelling
Browse files Browse the repository at this point in the history
  • Loading branch information
canac committed Oct 23, 2024
1 parent 5ade3d4 commit 3d6f153
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ export const TaskCommentsButton: React.FC<TaskCommentsButtonProps> = ({
return (
<TaskRowWrap
small={small || false}
data-testId="commentButton"
data-testid="commentButton"
detailsPage={detailsPage || false}
{...props}
>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ export const TaskCompleteButton: React.FC<TaskCompleteButtonProps> = ({
const { t } = useTranslation();
return (
<ButtonWrap
data-testId="checkCompleteButton"
data-testid="checkCompleteButton"
isComplete={isComplete}
{...props}
>
Expand Down

0 comments on commit 3d6f153

Please sign in to comment.