Add acceptance test

This commit is contained in:
Amine Ben hammou
2019-08-21 12:26:35 +01:00
committed by M. Shull
parent d444a02feb
commit dfc7ffd4b6
2 changed files with 12 additions and 1 deletions

View File

@ -192,7 +192,7 @@ class NewsletterTypes extends React.Component {
</h3>
<p>{type.description}</p>
{type.disabled && (
<p>
<p data-automation-id={`${type.slug}_premium_feature_notice`}>
<span style={{ color: 'red' }}>{MailPoet.I18n.t('premiumFeature')}</span>
{' '}
<a href="?page=mailpoet-premium">{MailPoet.I18n.t('learnMore')}</a>