|
5 | 5 | * See COPYING.txt for license details.
|
6 | 6 | */
|
7 | 7 | -->
|
8 |
| -<tests xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" |
9 |
| - 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"> |
10 | 10 | <test name="AdminConfigDefaultProductLayoutFromConfigurationSettingTest">
|
11 | 11 | <annotations>
|
12 | 12 | <features value="Catalog"/>
|
|
24 | 24 | <actionGroup ref="NavigateToDefaultLayoutsSettingActionGroup" stepKey="navigateToWebConfigurationPage1"/>
|
25 | 25 |
|
26 | 26 | <actionGroup ref="AdminSetProductLayoutSettingsActionGroup" stepKey="sampleActionGroup">
|
27 |
| - <argument name="layout" value="1 column"/> |
| 27 | + <argument name="layout" value="1 column"/> |
28 | 28 | </actionGroup>
|
29 | 29 |
|
30 | 30 | <actionGroup ref="CliCacheFlushActionGroup" stepKey="flushCacheBeforeTestFinishes">
|
|
39 | 39 | <comment userInput="Comment is added to preserve the step key for backward compatibility" stepKey="expandDefaultLayouts"/>
|
40 | 40 | <comment userInput="Comment is added to preserve the step key for backward compatibilityr" stepKey="DefaultProductLayout"/>
|
41 | 41 | <actionGroup ref="AdminSetProductLayoutSettingsActionGroup" stepKey="select3ColumnsLayout">
|
42 |
| - <argument name="layout" value="3 columns"/> |
| 42 | + <argument name="layout" value="3 columns"/> |
43 | 43 | </actionGroup>
|
44 |
| - |
| 44 | + |
45 | 45 | <actionGroup ref="CliCacheFlushActionGroup" stepKey="clickSaveConfig">
|
46 |
| - <argument name="tags" value="config"/> |
| 46 | + <argument name="tags" value="config"/> |
47 | 47 | </actionGroup>
|
48 | 48 |
|
49 | 49 | <actionGroup ref="AdminOpenNewProductFormPageActionGroup" stepKey="navigateToNewProduct"/>
|
|
52 | 52 | <actionGroup ref="AdminExpandProductDesignSectionActionGroup" stepKey="clickOnDesignTab"/>
|
53 | 53 |
|
54 | 54 | <comment userInput="Comment is added to preserve the step key for backward compatibility" stepKey="waitForLayoutDropDown"/>
|
55 |
| - <seeOptionIsSelected selector="{{ProductDesignSection.LayoutDropdown}}" userInput="3 columns" stepKey="see3ColumnsSelected"/> |
| 55 | + <seeOptionIsSelected selector="{{ProductDesignSection.LayoutDropdown}}" userInput="3 columns" stepKey="see3ColumnsSelected"/> |
56 | 56 |
|
57 | 57 | </test>
|
58 | 58 | </tests>
|
0 commit comments