@capillarytech/creatives-library 7.15.4 → 7.15.6

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -297,7 +297,7 @@ export class TemplatesV2 extends React.Component { // eslint-disable-line react/
297
297
  }
298
298
  return (
299
299
  !isCreativeAccessible ? <AccessForbidden /> : (
300
- <div className={`${className} creatives-templates-container ${isFullMode ? 'fullmode' : 'library-mode'}`}>
300
+ <div className={`${className} creatives-templates-container ${isFullMode ? 'fullmode' : 'library-mode'}`} data-testid="cap-wrapper">
301
301
  {isFullMode && <Helmet
302
302
  title={this.props.intl.formatMessage(messages.creatives)}
303
303
  meta={[
@@ -690,6 +690,7 @@ const Viber = (props) => {
690
690
  size="default"
691
691
  label={formatMessage(messages.textMessageTitleLabel)}
692
692
  style={{marginBottom: 20}}
693
+ data-testid="template_name"
693
694
  />
694
695
  )
695
696
  : null