data-test flags added

This commit is contained in:
Gabriel Porfirio 2022-11-07 13:47:43 -03:00
parent ac27e720f0
commit bdbd6d0d69
2 changed files with 2 additions and 0 deletions

View File

@ -36,6 +36,7 @@ const ConverterButtonComponent = ({
return Service.convertAndUpload()}}
label={intl.formatMessage(intlMessages.convertAndUploadLabel)}
icon="upload"
data-test="sendNotesToWhiteboard"
/>
)
: null)};

View File

@ -19,6 +19,7 @@ const PadContent = ({
<Styled.Iframe
title="shared notes viewing mode"
srcDoc={contentWithStyle}
data-test="sharedNotesViewingMode"
/>
</Styled.Wrapper>
);