Skip to content

Commit 446ec70

Browse files
committed
MC-3448: [Test Debt] ReadHtmlWithImage failed on mainline
- use single quote as entity is not necessary
1 parent b9a231b commit 446ec70

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/code/Magento/PageBuilder/Test/Mftf/Data/CmsPageData.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
<data key="content">&lt;div class=&quot;my-div&quot;&gt;&lt;/div&gt;</data>
1313
</entity>
1414
<entity name="cmsPageWithImage" type="cms_page">
15-
<data key="content">&lt;img src=&quot;{{media url=&#39;wysiwyg/home/home-t-shirts.png&#39;}}&quot;/&gt;</data>
15+
<data key="content">&lt;img src=&quot;{{media url='wysiwyg/home/home-t-shirts.png'}}&quot;/&gt;</data>
1616
</entity>
1717
<entity name="cmsPageNonexistentDataRole" type="cms_page">
1818
<data key="content">&lt;div data-role=&quot;row&quot;&gt;&lt;div data-role=&quot;non-existent-content-type&quot;&gt;&lt;/div&gt;&lt;/div&gt;</data>

0 commit comments

Comments
 (0)