File tree Expand file tree Collapse file tree 1 file changed +7
-3
lines changed
app/code/Magento/Paypal/Test/Mftf/Test Expand file tree Collapse file tree 1 file changed +7
-3
lines changed Original file line number Diff line number Diff line change 2121 <before >
2222 <actionGroup ref =" AdminLoginActionGroup" stepKey =" login" />
2323 <!-- Enable Flat rate -->
24- <magentoCLI command =" config:set {{EnableFlatRateConfigData.path}} {{EnableFlatRateConfigData.value}}" stepKey =" enableFlatRate" />
24+ <!-- <magentoCLI command="config:set {{EnableFlatRateConfigData.path}} {{EnableFlatRateConfigData.value}}" stepKey="enableFlatRate"/> -- >
2525 <!-- Create Category -->
2626 <createData entity =" SimpleSubCategory" stepKey =" createCategory" />
2727 <createData entity =" SimpleProduct2" stepKey =" createProduct" >
5858 <argument name =" indices" value =" " />
5959 </actionGroup >
6060 <!-- Add simple product to cart -->
61- <actionGroup ref =" StorefrontAddProductToCartFromCategoryActionGroup" stepKey =" addProductToCart" >
62- <argument name =" productName" value =" $$createProduct.name$$" />
61+ <!-- Open product page -->
62+ <actionGroup ref =" StorefrontOpenProductPageActionGroup" stepKey =" openStorefrontSimpleProductPage" >
63+ <argument name =" productUrl" value =" $$createProduct.sku$$" />
6364 </actionGroup >
65+ <!-- Add product to cart-->
66+ <actionGroup ref =" StorefrontClickAddToCartOnProductPageActionGroup" stepKey =" addToCartFromStorefrontSimpleProductPage" />
67+
6468 <!-- Open mini cart-->
6569 <actionGroup ref =" StorefrontClickOnMiniCartActionGroup" stepKey =" clickMiniCart" />
6670 <!-- proceed to checkout -->
You can’t perform that action at this time.
0 commit comments