Skip to content

Commit

Permalink
Merge pull request #1147 from IntersectMBO/fix/new-line-in-test-ids
Browse files Browse the repository at this point in the history
fix/new-line-in-test-ids
  • Loading branch information
Sworzen1 authored Jun 3, 2024
2 parents bdd71eb + 4d71567 commit aaced8b
Showing 1 changed file with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,9 @@ export const ReviewCreatedGovernanceAction = ({
{label}
</Typography>
<Typography
data-testid={`governance-action-${testIdFromLabel(label)}-
content`}
data-testid={`governance-action-${testIdFromLabel(
label,
)}-content`}
sx={{ mt: 0.5, wordBreak: "break-word" }}
variant="body2"
>
Expand Down

0 comments on commit aaced8b

Please sign in to comment.