Skip to content

Commit f2bd383

Browse files
committed
PB-179: Product Content Type Inner Contents Should Not Align Based On Alignment Configuration
- Fixing CR feedback
1 parent 73f0fe9 commit f2bd383

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

app/code/Magento/PageBuilder/Test/Mftf/Test/TinyMCE/TinyMCEVerifyCatalogProductsListWidgetTest.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,15 +22,15 @@
2222
<group value="pagebuilder-widget"/>
2323
</annotations>
2424
<before>
25-
<magentoCLI command="config:set cms/wysiwyg/editor mage/adminhtml/wysiwyg/tiny_mce/tinymce4Adapter" stepKey="enableTinyMCE4_1"/>
25+
<magentoCLI command="config:set cms/wysiwyg/editor mage/adminhtml/wysiwyg/tiny_mce/tinymce4Adapter" stepKey="enableTinyMCE4"/>
2626
<createData entity="_defaultCategory" stepKey="createCategory"/>
2727
<createData entity="_defaultProduct" stepKey="createProduct">
2828
<requiredEntity createDataKey="createCategory"/>
2929
</createData>
3030
<createData entity="_emptyCmsBlock" stepKey="createCMSBlock"/>
3131
<createData entity="_emptyCmsPage" stepKey="createCMSPage"/>
3232
<actionGroup ref="LoginAsAdmin" stepKey="loginAsAdmin"/>
33-
<actionGroup ref="NavigateToCreatedCMSBlockPageActionGroup" stepKey="navigateToCreatedCMSBlockPage1">
33+
<actionGroup ref="NavigateToCreatedCMSBlockPageActionGroup" stepKey="navigateToCreatedCMSBlockPage">
3434
<argument name="CMSBlockPage" value="$$createCMSBlock$$"/>
3535
</actionGroup>
3636
</before>
@@ -42,7 +42,7 @@
4242
<actionGroup ref="logout" stepKey="logoutOfAdmin"/>
4343
</after>
4444
<!-- Add Category Products List widget to TinyMCE -->
45-
<actionGroup ref="expandPageBuilderPanelMenuSection" stepKey="expandPageBuilderPanAdminClickInsertWidgetFromInsertWidgetSlideOutActionGroupelMenuSection">
45+
<actionGroup ref="expandPageBuilderPanelMenuSection" stepKey="expandPanelMenuText">
4646
<argument name="contentType" value="PageBuilderTextContentType"/>
4747
</actionGroup>
4848
<actionGroup ref="dragContentTypeToStage" stepKey="dragTextOntoStage">

0 commit comments

Comments
 (0)