File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
app/code/Magento/PageBuilder/Test/Mftf/Test Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1523
1523
<dontSeeElementInDOM selector =" {{PageBuilderColumnSection.column}}" stepKey =" dontSeeColumn" />
1524
1524
<dontSeeElementInDOM selector =" {{PageBuilderColumnSection.columnGroup}}" stepKey =" dontSeeColumnGroup" />
1525
1525
</test >
1526
- <test name =" ColumnCannotAddToColumns " >
1526
+ <test name =" ColumnCannotAddInsideColumn " >
1527
1527
<annotations >
1528
1528
<features value =" PageBuilder" />
1529
1529
<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 " />
1532
1532
<severity value =" CRITICAL" />
1533
1533
<useCaseId value =" MC-515" />
1534
1534
<testCaseId value =" MC-3143" />
Original file line number Diff line number Diff line change 767
767
<test name =" HTMLCannotAddToStage" >
768
768
<annotations >
769
769
<features value =" PageBuilder" />
770
- <stories value =" HTML" />
770
+ <stories value =" HTML Code " />
771
771
<title value =" Cannot add HTML to Stage" />
772
772
<description value =" If user drags HTML to Stage, it should have no effect" />
773
773
<severity value =" CRITICAL" />
797
797
<test name =" HTMLCanAddToColumn" >
798
798
<annotations >
799
799
<features value =" PageBuilder" />
800
- <stories value =" HTML" />
800
+ <stories value =" HTML Code " />
801
801
<title value =" Add Html to Column container and view on Admin and Storefront" />
802
802
<description value =" As a Content Manager I want column to be a container so that I can add HTML inside" />
803
803
<severity value =" CRITICAL" />
You can’t perform that action at this time.
0 commit comments