File tree Expand file tree Collapse file tree 3 files changed +18
-4
lines changed
CatalogInventory/Test/Mftf/Test Expand file tree Collapse file tree 3 files changed +18
-4
lines changed Original file line number Diff line number Diff line change 2222 <requiredEntity type =" product_extension_attribute" >EavStockItem</requiredEntity >
2323 <requiredEntity type =" custom_attribute_array" >CustomAttributeCategoryIds</requiredEntity >
2424 </entity >
25+ <entity name =" SimpleProductQty100" type =" product" >
26+ <data key =" name" unique =" suffix" >testProductName</data >
27+ <data key =" sku" unique =" suffix" >testSku</data >
28+ <data key =" urlKey" unique =" suffix" >testproductname</data >
29+ <data key =" type_id" >simple</data >
30+ <data key =" attribute_set_id" >4</data >
31+ <data key =" visibility" >4</data >
32+ <data key =" price" >123.00</data >
33+ <data key =" status" >1</data >
34+ <data key =" quantity" >100</data >
35+ <data key =" weight" >1</data >
36+ <requiredEntity type =" product_extension_attribute" >EavStock100</requiredEntity >
37+ <requiredEntity type =" custom_attribute_array" >CustomAttributeCategoryIds</requiredEntity >
38+ </entity >
2539 <entity name =" ApiSimpleProduct" type =" product" >
2640 <data key =" name" unique =" suffix" >Api Simple Product</data >
2741 <data key =" sku" unique =" suffix" >api-simple-product</data >
Original file line number Diff line number Diff line change 4545 <actionGroup ref =" AdminProductCatalogPageOpenActionGroup" stepKey =" openProductCatalogPageToSearchUpdatedSimpleProduct" />
4646 <conditionalClick selector =" {{AdminProductGridFilterSection.clearAll}}" dependentSelector =" {{AdminProductGridFilterSection.clearAll}}" visible =" true" stepKey =" clickClearAll" />
4747 <actionGroup ref =" FilterProductGridByNameActionGroup" stepKey =" searchForProduct" >
48- <argument name =" product" value =" _defaultProduct " />
48+ <argument name =" product" value =" SimpleProductQty100 " />
4949 </actionGroup >
5050
5151 <actionGroup ref =" AssertAdminProductGridCellActionGroup" stepKey =" seeQuantity" >
5252 <argument name =" row" value =" 1" />
5353 <argument name =" column" value =" Quantity" />
54- <argument name =" value" value =" ${{_defaultProduct.quantity}} " />
54+ <argument name =" value" value =" 99 " />
5555 </actionGroup >
5656
5757 <click selector =" {{AdminProductGridFilterSection.clearFilters}}" stepKey =" clickClearFiltersAfter" />
Original file line number Diff line number Diff line change 1515 <!-- create category -->
1616 <createData entity =" _defaultCategory" stepKey =" testCategory" />
1717 <!-- create data -->
18- <createData entity =" _defaultProduct " stepKey =" testProduct" >
18+ <createData entity =" SimpleProductQty100 " stepKey =" testProduct" >
1919 <requiredEntity createDataKey =" testCategory" />
2020 </createData >
2121 <!-- Assign Product to Category -->
3131 <!-- delete category,product,customer -->
3232 <deleteData createDataKey =" testProduct" stepKey =" deleteSimpleProduct" />
3333 <deleteData createDataKey =" testCategory" stepKey =" deleteSimpleCategory" />
34- <deleteData createDataKey =" createCustomer" stepKey =" deleteGloCustomer " />
34+ <deleteData createDataKey =" createCustomer" stepKey =" deleteCustomer " />
3535 </after >
3636 <!-- Login as customer -->
3737 <actionGroup ref =" LoginToStorefrontActionGroup" stepKey =" storefrontCustomerLogin" >
You can’t perform that action at this time.
0 commit comments