Skip to content

Commit 2b5867c

Browse files
committed
MC-5810: Improve naming of the critical variables/parameters in the code and configuration
- Fix generation issue
1 parent 53ea9be commit 2b5867c

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

app/code/Magento/PageBuilder/Test/Mftf/Test/AdminPageBuilderBlockTest.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1905,8 +1905,8 @@
19051905
<argument name="CMSBlockPage" value="$$createPreReqBlock$$"/>
19061906
</actionGroup>
19071907
<selectOption selector="{{BlockNewPageBasicFieldsSection.storeView}}" userInput="All Store Views" stepKey="assignAllStoreViewsToBlock" />
1908-
<actionGroup ref="expandPageBuilderPanelGroup" stepKey="expandPageBuilderPanelGroup">
1909-
<argument name="group" value="PageBuilderProductsContentType"/>
1908+
<actionGroup ref="expandPageBuilderPanelMenuSection" stepKey="expandPageBuilderPanelGroup">
1909+
<argument name="contentType" value="PageBuilderProductsContentType"/>
19101910
</actionGroup>
19111911
<actionGroup ref="dragContentTypeToStage" stepKey="dragContentTypeToStage">
19121912
<argument name="contentType" value="PageBuilderProductsContentType"/>
@@ -1935,8 +1935,8 @@
19351935
<argument name="contentType" value="PageBuilderProductsContentType"/>
19361936
</actionGroup>
19371937
<actionGroup ref="switchToPageBuilderStage" stepKey="switchToPageBuilderStage" />
1938-
<actionGroup ref="expandPageBuilderPanelGroup" stepKey="expandPageBuilderPanelGroup2">
1939-
<argument name="group" value="PageBuilderBlockContentType"/>
1938+
<actionGroup ref="expandPageBuilderPanelMenuSection" stepKey="expandPageBuilderPanelGroup2">
1939+
<argument name="contentType" value="PageBuilderBlockContentType"/>
19401940
</actionGroup>
19411941
<actionGroup ref="dragContentTypeToStage" stepKey="dragBlockContentTypeToStage">
19421942
<argument name="contentType" value="PageBuilderBlockContentType"/>

app/code/Magento/PageBuilder/Test/Mftf/Test/AdminPageBuilderProductsTest.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1418,8 +1418,8 @@
14181418
<argument name="contentType" value="PageBuilderProductsContentType"/>
14191419
</actionGroup>
14201420
<actionGroup ref="switchToPageBuilderStage" stepKey="switchToPageBuilderStage"/>
1421-
<actionGroup ref="expandPageBuilderPanelGroup" stepKey="expandPageBuilderPanelGroup">
1422-
<argument name="group" value="PageBuilderProductsContentType"/>
1421+
<actionGroup ref="expandPageBuilderPanelMenuSection" stepKey="expandPageBuilderPanelGroup">
1422+
<argument name="contentType" value="PageBuilderProductsContentType"/>
14231423
</actionGroup>
14241424
<actionGroup ref="dragContentTypeToStage" stepKey="dragContentTypeToStage">
14251425
<argument name="contentType" value="PageBuilderProductsContentType"/>

0 commit comments

Comments
 (0)