File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
app/code/Magento/PageBuilder/Test/Mftf/Test Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 103
103
<actionGroup ref =" dragContentTypeToStage" stepKey =" dragColumnIntoStage" >
104
104
<argument name =" contentType" value =" PageBuilderColumnContentType" />
105
105
</actionGroup >
106
- <waitForElementVisible selector =" {{PageBuilderColumnSection .displayLabel('1', '3/5')}}" stepKey =" verifyFirstColumn" />
107
- <waitForElementVisible selector =" {{PageBuilderColumnSection .displayLabel('2', '2/5')}}" stepKey =" verifySecondColumn" />
106
+ <waitForElementVisible selector =" {{ColumnOnBackend .displayLabel('1', '3/5')}}" stepKey =" verifyFirstColumn" />
107
+ <waitForElementVisible selector =" {{ColumnOnBackend .displayLabel('2', '2/5')}}" stepKey =" verifySecondColumn" />
108
108
</test >
109
109
<test name =" ColumnValidateColumnGridTooltipMessage" >
110
110
<annotations >
135
135
<argument name =" contentType" value =" PageBuilderColumnContentType" />
136
136
</actionGroup >
137
137
<actionGroup ref =" openGridSizeForm" stepKey =" openGridSizeForm" />
138
- <click selector =" {{PageBuilderColumnSection .gridSizeTooltip('1')}}" stepKey =" clickWithinPanel" />
139
- <waitForElementVisible selector =" {{PageBuilderColumnSection .gridSizeTooltipWithMax('1', PageBuilderGridSize.gridSize_5)}}" stepKey =" verifyTooltip" />
138
+ <click selector =" {{ColumnOnBackend .gridSizeTooltip('1')}}" stepKey =" clickWithinPanel" />
139
+ <waitForElementVisible selector =" {{ColumnOnBackend .gridSizeTooltipWithMax('1', PageBuilderGridSize.gridSize_5)}}" stepKey =" verifyTooltip" />
140
140
</test >
141
141
<test name =" SetDefaultGridSize14" >
142
142
<annotations >
You can’t perform that action at this time.
0 commit comments