|
5 | 5 | * See COPYING.txt for license details. |
6 | 6 | */ |
7 | 7 | --> |
8 | | -<tests xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:mftf:Test/etc/testSchema.xsd"> |
| 8 | +<tests xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" |
| 9 | + xsi:noNamespaceSchemaLocation="urn:magento:mftf:Test/etc/testSchema.xsd"> |
9 | 10 | <test name="MoveColumnBetweenGroupsOfDifferentGridSizeTest"> |
10 | 11 | <annotations> |
11 | 12 | <features value="PageBuilder"/> |
|
36 | 37 | <argument name="contentType" value="PageBuilderRowContentType"/> |
37 | 38 | </actionGroup> |
38 | 39 | <actionGroup ref="dragContentTypeToContainer" stepKey="dragColumn1IntoStage"> |
39 | | - <argument name="contentType" value="PageBuilderColumnGroupContentType"/> |
| 40 | + <argument name="contentType" value="PageBuilderColumnContentType"/> |
40 | 41 | <argument name="containerTargetType" value="PageBuilderRowContentType"/> |
41 | 42 | <argument name="containerTargetIndex" value="1"/> |
42 | 43 | </actionGroup> |
43 | 44 | <actionGroup ref="dragContentTypeToContainer" stepKey="dragColumn2IntoStage"> |
44 | | - <argument name="contentType" value="PageBuilderColumnGroupContentType"/> |
| 45 | + <argument name="contentType" value="PageBuilderColumnContentType"/> |
45 | 46 | <argument name="containerTargetType" value="PageBuilderRowContentType"/> |
46 | 47 | <argument name="containerTargetIndex" value="2"/> |
47 | 48 | </actionGroup> |
48 | | - <actionGroup ref="updateGridSizeInForm" stepKey="updateGridSize1"> |
| 49 | + <actionGroup ref="updateGridSize" stepKey="updateGridSize1"> |
49 | 50 | <argument name="index" value="1"/> |
50 | 51 | <argument name="gridSize" value="8"/> |
51 | 52 | </actionGroup> |
52 | | - <actionGroup ref="saveEditPanelSettings" stepKey="saveEditPanelSettings"/> |
53 | 53 | <actionGroup ref="closeGridSizeForm" stepKey="closeGridFormByClicking"/> |
54 | 54 | <actionGroup ref="dragColumnToAnotherColumnGroup" stepKey="moveColumnToSecondGroup"> |
55 | 55 | <argument name="contentTypeIndex" value="1"/> |
|
0 commit comments