File tree Expand file tree Collapse file tree 1 file changed +5
-2
lines changed
app/code/Magento/Checkout/Test/Mftf/Test Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change 9
9
xsi : noNamespaceSchemaLocation =" urn:magento:mftf:Test/etc/testSchema.xsd" >
10
10
<test name =" StorefrontAddBundleDynamicProductToShoppingCartTest" >
11
11
<annotations >
12
+ <features value =" Checkout" />
12
13
<stories value =" Shopping Cart" />
13
14
<title value =" Add bundle dynamic product to the cart" />
14
15
<description value =" Add bundle dynamic product to the cart" />
18
19
</annotations >
19
20
20
21
<before >
22
+ <magentoCLI command =" config:set {{DisableFreeShippingConfigData.path}} {{DisableFreeShippingConfigData.value}}" stepKey =" disableFreeShipping" />
21
23
<magentoCLI command =" config:set {{EnableFlatRateConfigData.path}} {{EnableFlatRateConfigData.value}}" stepKey =" enableFlatRate" />
22
24
<magentoCLI command =" config:set {{EnableFlatRateDefaultPriceConfigData.path}} {{EnableFlatRateDefaultPriceConfigData.value}}" stepKey =" enableFlatRateDefaultPrice" />
23
25
<createData entity =" SimpleSubCategory" stepKey =" createSubCategory" />
46
48
<requiredEntity createDataKey =" createBundleOption1_1" />
47
49
<requiredEntity createDataKey =" simpleProduct2" />
48
50
</createData >
49
- <magentoCLI command =" indexer:reindex" stepKey =" reindex" />
50
- <magentoCLI command =" cache:flush" stepKey =" flushCache" />
51
+ <actionGroup ref =" CliIndexerReindexActionGroup" stepKey =" reindex" >
52
+ <argument name =" indices" value =" cataloginventory_stock" />
53
+ </actionGroup >
51
54
</before >
52
55
<after >
53
56
<deleteData createDataKey =" simpleProduct1" stepKey =" deleteProduct1" />
You can’t perform that action at this time.
0 commit comments