Add acceptance test for form preview
[MAILPOET-2743]
This commit is contained in:
committed by
Veljko V
parent
4cb7ba2424
commit
6d07f5eb32
@@ -26,6 +26,7 @@ function Preview({
|
||||
}}
|
||||
title={MailPoet.I18n.t('formPreviewDesktop')}
|
||||
href="#"
|
||||
data-automation-id="preview_type_desktop"
|
||||
>
|
||||
<DesktopIcon />
|
||||
</a>
|
||||
@@ -37,6 +38,7 @@ function Preview({
|
||||
}}
|
||||
title={MailPoet.I18n.t('formPreviewMobile')}
|
||||
href="#"
|
||||
data-automation-id="preview_type_mobile"
|
||||
>
|
||||
<MobileIcon />
|
||||
</a>
|
||||
|
Reference in New Issue
Block a user