|
7 | 7 | -->
|
8 | 8 | <tests xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
9 | 9 | xsi:noNamespaceSchemaLocation="urn:magento:mftf:Test/etc/testSchema.xsd">
|
10 |
| - <test name="ColumnResize1v6"> |
| 10 | + <test name="ColumnResize1to0"> |
11 | 11 | <annotations>
|
12 | 12 | <features value="PageBuilder"/>
|
13 | 13 | <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."/> |
16 | 16 | <severity value="CRITICAL"/>
|
17 | 17 | <useCaseId value="MC-950"/>
|
18 | 18 | <testCaseId value="MAGETWO-91127"/>
|
19 | 19 | <group value="pagebuilder"/>
|
| 20 | + <group value="pagebuilder-me"/> |
20 | 21 | <group value="pagebuilder-column"/>
|
21 | 22 | <group value="pagebuilder-columnResize"/>
|
22 | 23 | </annotations>
|
|
40 | 41 | <!-- Assert the initial width classes are correct -->
|
41 | 42 | <waitForElement selector="{{ColumnOnBackend.columnByIndexAndWidthClass('1','50')}}" stepKey="assertInitialWidthClass1"/>
|
42 | 43 | <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"/> |
45 | 46 | <actionGroup ref="removeContentTypeFromStageByIndex" stepKey="removeSecondColumn">
|
46 | 47 | <argument name="contentType" value="PageBuilderColumnContentType"/>
|
47 | 48 | <argument name="contentTypeNumber" value="2"/>
|
|
0 commit comments