Skip to content

Commit b718843

Browse files
committed
MC-2359: Update MFTF Tests
- Correct feature casing - Validate panel can save and column is present on stage
1 parent 7041bbe commit b718843

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@
102102
</test>
103103
<test name="ColumnNoBackgroundRequired">
104104
<annotations>
105-
<features value="Pagebuilder"/>
105+
<features value="PageBuilder"/>
106106
<stories value="Column"/>
107107
<title value="Ensure column has no required background fields"/>
108108
<description value="Slide out panel with should has no required background fields"/>
@@ -169,6 +169,8 @@
169169
<actionGroup ref="validateSlideOutPanelFieldIsNotRequired" stepKey="seeBackgroundAttachmentNotRequired">
170170
<argument name="property" value="PageBuilderBackgroundAttachmentProperty"/>
171171
</actionGroup>
172+
<actionGroup ref="saveEditPanelSettings" stepKey="saveEditPanelSettings"/>
173+
<waitForElementVisible selector="{{ColumnOnBackend.base('1')}}" stepKey="waitForColumnOnStage" />
172174
</test>
173175
<test name="ColumnConfigurationHasVerticalAlignment">
174176
<annotations>

0 commit comments

Comments
 (0)