Skip to content

Commit 6fbb901

Browse files
committed
MC-2434: Flaky MFTF Test: ColumnResize4to1to1
- rename test 1:0
1 parent ace81d6 commit 6fbb901

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

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

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,16 +7,17 @@
77
-->
88
<tests xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
99
xsi:noNamespaceSchemaLocation="urn:magento:mftf:Test/etc/testSchema.xsd">
10-
<test name="ColumnResize1v6">
10+
<test name="ColumnResize1to0">
1111
<annotations>
1212
<features value="PageBuilder"/>
1313
<stories value="Column"/>
14-
<title value="Resize Column: 6:0 Ratio"/>
15-
<description value="A user should be able to resize a columns to achieve a ratio of 6:0."/>
14+
<title value="Resize Column: 1:0 Ratio"/>
15+
<description value="A user should be able to resize a columns to achieve a ratio of 1:0."/>
1616
<severity value="CRITICAL"/>
1717
<useCaseId value="MC-950"/>
1818
<testCaseId value="MAGETWO-91127"/>
1919
<group value="pagebuilder"/>
20+
<group value="pagebuilder-me"/>
2021
<group value="pagebuilder-column"/>
2122
<group value="pagebuilder-columnResize"/>
2223
</annotations>
@@ -40,8 +41,8 @@
4041
<!-- Assert the initial width classes are correct -->
4142
<waitForElement selector="{{ColumnOnBackend.columnByIndexAndWidthClass('1','50')}}" stepKey="assertInitialWidthClass1"/>
4243
<waitForElement selector="{{ColumnOnBackend.columnByIndexAndWidthClass('2','50')}}" stepKey="assertInitialWidthClass2"/>
43-
<!-- Change Columns To 6:0 Ratio -->
44-
<comment userInput="Change Columns To 6:0 Ratio" stepKey="context2"/>
44+
<!-- Change Columns To 1:0 Ratio -->
45+
<comment userInput="Change Columns To 1:0 Ratio" stepKey="context2"/>
4546
<actionGroup ref="removeContentTypeFromStageByIndex" stepKey="removeSecondColumn">
4647
<argument name="contentType" value="PageBuilderColumnContentType"/>
4748
<argument name="contentTypeNumber" value="2"/>

0 commit comments

Comments
 (0)