|
8 | 8 |
|
9 | 9 | <tests xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
10 | 10 | xsi:noNamespaceSchemaLocation="urn:magento:mftf:Test/etc/testSchema.xsd">
|
11 |
| - <test name="SampleTest"> |
| 11 | + <test name="AlterAnchorCategoryTest"> |
12 | 12 | <annotations>
|
13 | 13 | <stories value="Admin Can Alter Category Anchor setting"/>
|
14 | 14 | <title value="Alter Category Anchor setting"/>
|
15 | 15 | <description value="Admin Can Alter Category Anchor setting and it should work perfectly"/>
|
16 |
| - <severity value="CRITICAL"/> |
| 16 | + <severity value="MAJOR"/> |
17 | 17 | <testCaseId value="AC-4114"/>
|
18 | 18 | </annotations>
|
19 | 19 | <before>
|
|
49 | 49 | <argument name="productName" value="$$createSecondSimpleProduct.name$$"/>
|
50 | 50 | </actionGroup>
|
51 | 51 | <actionGroup ref="AssertStorefrontLayeredNavigationCategoryAndPriceActionGroup" stepKey="checkCategoryAndPriceLayeredNavigationIsPresent">
|
52 |
| - <argument name="minPrice" value="$10.00"/> |
53 |
| - <argument name="maxPrice" value="$19.99"/> |
| 52 | + <argument name="minPrice" value="10.00"/> |
| 53 | + <argument name="maxPrice" value="19.99"/> |
54 | 54 | <argument name="count" value="1"/>
|
55 |
| - <argument name="minPrice2" value="$90.00"/> |
| 55 | + <argument name="minPrice2" value="90.00"/> |
| 56 | + <argument name="maxPrice2" value=" and above"/> |
56 | 57 | </actionGroup>
|
57 | 58 | <!--Goto Category in admin side and do validation for single Product visibility validation-->
|
58 | 59 | <actionGroup ref="AdminLoginActionGroup" stepKey="adminLogin"/>
|
|
96 | 97 | <argument name="productName" value="$$createSecondSimpleProduct.name$$"/>
|
97 | 98 | </actionGroup>
|
98 | 99 | <actionGroup ref="AssertStorefrontLayeredNavigationCategoryAndPriceActionGroup" stepKey="checkCategoryAndPriceFilterIsPresent1">
|
99 |
| - <argument name="minPrice" value="$10.00"/> |
100 |
| - <argument name="maxPrice" value="$19.99"/> |
| 100 | + <argument name="minPrice" value="10.00"/> |
| 101 | + <argument name="maxPrice" value="19.99"/> |
101 | 102 | <argument name="count" value="1"/>
|
102 |
| - <argument name="minPrice2" value="$90.00"/> |
| 103 | + <argument name="minPrice2" value="90.00"/> |
| 104 | + <argument name="maxPrice2" value=" and above"/> |
103 | 105 | </actionGroup>
|
104 | 106 | <!-- Drag drop Category and do Validation for Category and Products on StoreFront-->
|
105 | 107 | <actionGroup ref="AdminOpenCategoryGridPageActionGroup" stepKey="openAdminCategoryPage2"/>
|
|
0 commit comments