Skip to content

Commit 783924f

Browse files
author
Michael Yu
committed
MC-3031: MFTF Test Updates
- Updated column test name and description - Updated html test stories value
1 parent 738af75 commit 783924f

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1523,12 +1523,12 @@
15231523
<dontSeeElementInDOM selector="{{PageBuilderColumnSection.column}}" stepKey="dontSeeColumn"/>
15241524
<dontSeeElementInDOM selector="{{PageBuilderColumnSection.columnGroup}}" stepKey="dontSeeColumnGroup"/>
15251525
</test>
1526-
<test name="ColumnCannotAddToColumns">
1526+
<test name="ColumnCannotAddInsideColumn">
15271527
<annotations>
15281528
<features value="PageBuilder"/>
15291529
<stories value="Column"/>
1530-
<title value="Cannot drag a column into a column"/>
1531-
<description value="If user drags column into a column, it should have no effect"/>
1530+
<title value="Cannot add a column inside another column"/>
1531+
<description value="If user drags column into a column, it should add to the column group but not add a column inside the targeted column"/>
15321532
<severity value="CRITICAL"/>
15331533
<useCaseId value="MC-515"/>
15341534
<testCaseId value="MC-3143"/>

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -767,7 +767,7 @@
767767
<test name="HTMLCannotAddToStage">
768768
<annotations>
769769
<features value="PageBuilder"/>
770-
<stories value="HTML"/>
770+
<stories value="HTML Code"/>
771771
<title value="Cannot add HTML to Stage"/>
772772
<description value="If user drags HTML to Stage, it should have no effect"/>
773773
<severity value="CRITICAL"/>
@@ -797,7 +797,7 @@
797797
<test name="HTMLCanAddToColumn">
798798
<annotations>
799799
<features value="PageBuilder"/>
800-
<stories value="HTML"/>
800+
<stories value="HTML Code"/>
801801
<title value="Add Html to Column container and view on Admin and Storefront"/>
802802
<description value="As a Content Manager I want column to be a container so that I can add HTML inside"/>
803803
<severity value="CRITICAL"/>

0 commit comments

Comments
 (0)