Skip to content

Commit

Permalink
Merge pull request #1153 from CruGlobal/test-id-warning
Browse files Browse the repository at this point in the history
[no-Jira] Fix data-testid prop spelling
  • Loading branch information
canac authored Oct 23, 2024
2 parents 5ade3d4 + 3d6f153 commit 559211c
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 559211c

Please sign in to comment.