File tree Expand file tree Collapse file tree 1 file changed +9
-3
lines changed
app/code/Magento/PageBuilder/Test/Mftf/Test Expand file tree Collapse file tree 1 file changed +9
-3
lines changed Original file line number Diff line number Diff line change 41
41
<actionGroup ref =" dragContentTypeToStage" stepKey =" dragAccordionIntoStage" >
42
42
<argument name =" contentType" value =" PageBuilderAccordionContentType" />
43
43
</actionGroup >
44
- <click selector =" {{PageBuilderPanel.elementsGroup}}" stepKey =" clickElementsGroup" />
44
+ <actionGroup ref =" expandPageBuilderPanelGroup" stepKey =" expandPageBuilderPanelGroup" >
45
+ <argument name =" group" value =" PageBuilderTextContentType" />
46
+ </actionGroup >
45
47
<actionGroup ref =" dragContentTypeToStage" stepKey =" dragTextIntoStage" >
46
48
<argument name =" contentType" value =" PageBuilderTextContentType" />
47
49
</actionGroup >
66
68
<actionGroup ref =" dragContentTypeToStage" stepKey =" dragHtmlIntoStage" >
67
69
<argument name =" contentType" value =" PageBuilderHtmlContentType" />
68
70
</actionGroup >
69
- <click selector =" {{PageBuilderPanel.mediaGroup}}" stepKey =" clickMediaGroup" />
71
+ <actionGroup ref =" expandPageBuilderPanelGroup" stepKey =" expandPageBuilderPanelGroupMedia" >
72
+ <argument name =" group" value =" PageBuilderImageContentType" />
73
+ </actionGroup >
70
74
<actionGroup ref =" dragContentTypeToStage" stepKey =" dragImageIntoStage" >
71
75
<argument name =" contentType" value =" PageBuilderImageContentType" />
72
76
</actionGroup >
82
86
<actionGroup ref =" dragContentTypeToStage" stepKey =" dragMapIntoStage" >
83
87
<argument name =" contentType" value =" PageBuilderMapContentType" />
84
88
</actionGroup >
85
- <click selector =" {{PageBuilderPanel.addContentGroup}}" stepKey =" clickAddContentGroup" />
89
+ <actionGroup ref =" expandPageBuilderPanelGroup" stepKey =" expandPageBuilderPanelGroupAddContent" >
90
+ <argument name =" group" value =" PageBuilderBlockContentType" />
91
+ </actionGroup >
86
92
<actionGroup ref =" dragContentTypeToStageAndExpectEditPanel" stepKey =" dragBlockIntoStage" >
87
93
<argument name =" contentType" value =" PageBuilderBlockContentType" />
88
94
</actionGroup >
You can’t perform that action at this time.
0 commit comments