|
11 | 11 | <test name="AdminCreateGroupedProductWithUkTaxDisplayTest"> |
12 | 12 | <annotations> |
13 | 13 | <features value="GroupedProduct"/> |
14 | | - <features value="Tax"/> |
15 | 14 | <stories value="Admin configures UK tax for grouped products"/> |
16 | 15 | <title value="Create Grouped product with UK 20% tax"/> |
17 | 16 | <description value="Creates grouped product, configures UK tax, enables inclusive/exclusive price display, verifies storefront visibility."/> |
18 | 17 | <severity value="AVERAGE"/> |
19 | 18 | <testCaseId value="AC-6363"/> |
20 | | - <group value="grouped_product"/> |
| 19 | + <group value="GroupedProduct"/> |
21 | 20 | <group value="tax"/> |
22 | 21 | </annotations> |
23 | 22 | <before> |
|
56 | 55 | <magentoCLI command="config:set {{DefaultDisplayShippingPricesInCatalog.path}} {{DefaultDisplayShippingPricesInCatalog.value}}" stepKey="resetCatalogShipping"/> |
57 | 56 | <magentoCLI command="config:set {{DefaultCartDisplayPrice.path}} {{DefaultCartDisplayPrice.value}}" stepKey="resetCartPrice"/> |
58 | 57 | <magentoCLI command="config:set {{DefaultCartDisplaySubtotal.path}} {{DefaultCartDisplaySubtotal.value}}" stepKey="resetCartSubtotal"/> |
59 | | - <magentoCLI command="config:set {{DefaultCartDisplayShipping.path}} {{DefaultCartDisplayShipping.value}}" stepKey="resetCartShipping"/> |
| 58 | + <magentoCLI command="config:set {{DisplayShippingAmountConfigData.path}} {{DisplayShippingAmountConfigData.value}}" stepKey="resetCartShipping"/> |
60 | 59 | <actionGroup ref="AdminTaxRuleGridOpenPageActionGroup" stepKey="openTaxRuleGrid"/> |
61 | 60 | <actionGroup ref="deleteEntitySecondaryGrid" stepKey="deleteUkTaxRule"> |
62 | 61 | <argument name="name" value="{{SimpleTaxRule.code}}"/> |
|
102 | 101 | <argument name="qty" value="1"/> |
103 | 102 | </actionGroup> |
104 | 103 | <actionGroup ref="SaveProductFormActionGroup" stepKey="saveGroupedProduct"/> |
105 | | - <!-- Step 6: Run cache clean --> |
106 | | - <actionGroup ref="CliCacheFlushActionGroup" stepKey="flushCacheAgain"> |
107 | | - <argument name="tags" value=""/> |
108 | | - </actionGroup> |
109 | 104 | <!-- Step 7: Navigate to the category the grouped product belongs to on frontend --> |
110 | 105 | <actionGroup ref="StorefrontOpenHomePageActionGroup" stepKey="openStorefrontHome"/> |
111 | 106 | <actionGroup ref="StorefrontGoToCategoryPageActionGroup" stepKey="openCategory"> |
|
0 commit comments