Skip to content

Commit 754eb5a

Browse files
committed
magento/magento2-page-builder#558: Developer can style content types output differently per viewport - Fixed tinymce image selector
1 parent 32ed03c commit 754eb5a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/code/Magento/Cms/Test/Mftf/Section/CmsNewBlockBlockActionsSection/BlockContentSection.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
xsi:noNamespaceSchemaLocation="urn:magento:mftf:Page/etc/SectionObject.xsd">
1010
<section name="BlockContentSection">
1111
<element name="TextArea" type="input" selector="#cms_block_form_content"/>
12-
<element name="image" type="file" selector="#tinymce img"/>
12+
<element name="image" type="file" selector=".mce-content-body img"/>
1313
<element name="contentIframe" type="iframe" selector="cms_block_form_content_ifr"/>
1414
</section>
1515
</sections>

0 commit comments

Comments
 (0)