Skip to content

Commit 17b8695

Browse files
author
Michael Yu
committed
MC-3031: MFTF Test Updates
- Removed data role attribute from newsletter.phtml template
1 parent e8e71b1 commit 17b8695

File tree

1 file changed

+1
-1
lines changed
  • app/code/Magento/PageBuilder/view/frontend/templates/content_type

1 file changed

+1
-1
lines changed

app/code/Magento/PageBuilder/view/frontend/templates/content_type/newsletter.phtml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
$uniqueIdentifier = uniqid();
1212
?>
1313

14-
<div data-role="newsletter" class="block block-subscribe pagebuilder-full-width pagebuilder-newsletter <?= $block->escapeHtmlAttr($block->getClass()); ?>" style="<?= $block->escapeHtmlAttr($block->getStyle()); ?>">
14+
<div class="block block-subscribe pagebuilder-full-width pagebuilder-newsletter <?= $block->escapeHtmlAttr($block->getClass()); ?>" style="<?= $block->escapeHtmlAttr($block->getStyle()); ?>">
1515
<div class="block-title">
1616
<strong><span><?= $block->escapeHtml($block->getTitle()); ?></span></strong>
1717
</div>

0 commit comments

Comments
 (0)