File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
app/code/Magento/Catalog/Test/Mftf/Test Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 25
25
<actionGroup ref =" LoginAsAdmin" stepKey =" loginAsAdmin" />
26
26
</before >
27
27
<after >
28
- <deleteData stepKey = " deleteSimpleSubCategory " createDataKey = " categoryEntity " />
29
- <deleteData stepKey = " deleteCustomer " createDataKey = " customer " />
28
+ <deleteData createDataKey = " categoryEntity " stepKey = " deleteSimpleSubCategory " />
29
+ <deleteData createDataKey = " customer " stepKey = " deleteCustomer " />
30
30
<actionGroup ref =" DeleteProductUsingProductGridActionGroup" stepKey =" deleteVirtualProduct" >
31
31
<argument name =" product" value =" virtualProductGeneralGroup" />
32
32
</actionGroup >
50
50
<argument name =" amount" value =" {{tierPriceOnGeneralGroup.price}}" />
51
51
</actionGroup >
52
52
<actionGroup ref =" AdminProductFormDoneAdvancedPricingDialogActionGroup" stepKey =" doneAdvancedPricingModal" />
53
- <selectOption selector =" {{AdminProductFormSection.productTaxClass}}" userInput =" {{virtualProductGeneralGroup.productTaxClass}}" stepKey =" selectProductStockClass " />
53
+ <selectOption selector =" {{AdminProductFormSection.productTaxClass}}" userInput =" {{virtualProductGeneralGroup.productTaxClass}}" stepKey =" selectProductTaxClass " />
54
54
<actionGroup ref =" SetCategoryByNameActionGroup" stepKey =" setNewCategory" >
55
55
<argument name =" categoryName" value =" $categoryEntity.name$" />
56
56
</actionGroup >
61
61
<actionGroup ref =" SaveProductFormActionGroup" stepKey =" saveProductAndCheckSuccessMessage" />
62
62
63
63
<!-- Search created virtual product(from above steps) in the grid -->
64
- <actionGroup ref =" SearchForProductOnBackendActionGroup" stepKey =" searchForSimpleProduct " >
64
+ <actionGroup ref =" SearchForProductOnBackendActionGroup" stepKey =" searchForVirtualProduct " >
65
65
<argument name =" product" value =" virtualProductGeneralGroup" />
66
66
</actionGroup >
67
67
You can’t perform that action at this time.
0 commit comments