Skip to content

Commit 8d0173f

Browse files
committed
MC-2359: Update MFTF Tests
- Update back-end column reference
1 parent 505e24c commit 8d0173f

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -103,8 +103,8 @@
103103
<actionGroup ref="dragContentTypeToStage" stepKey="dragColumnIntoStage">
104104
<argument name="contentType" value="PageBuilderColumnContentType"/>
105105
</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"/>
108108
</test>
109109
<test name="ColumnValidateColumnGridTooltipMessage">
110110
<annotations>
@@ -135,8 +135,8 @@
135135
<argument name="contentType" value="PageBuilderColumnContentType"/>
136136
</actionGroup>
137137
<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"/>
140140
</test>
141141
<test name="SetDefaultGridSize14">
142142
<annotations>

0 commit comments

Comments
 (0)