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 2ceaa2c commit acc38d1Copy full SHA for acc38d1
src/components/confirmationMessage/confirmationMessageStandAlone.tsx
@@ -58,6 +58,7 @@ const ConfirmationMessageStandAloneComponent = (
58
<ConfirmationMessageStyled ref={ref} styles={props.stylesState}>
59
<TitleAndDescriptionStyled
60
align={alignValue[align.toLocaleLowerCase()]}
61
+ data-testid={`${props.dataTestId}TitleAndDescriptionContainer`}
62
styles={props.stylesState}
63
>
64
{props.title && (
0 commit comments