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 21
21
<before >
22
22
<actionGroup ref =" AdminLoginActionGroup" stepKey =" login" />
23
23
<!-- 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"/> -- >
25
25
<!-- Create Category -->
26
26
<createData entity =" SimpleSubCategory" stepKey =" createCategory" />
27
27
<createData entity =" SimpleProduct2" stepKey =" createProduct" >
58
58
<argument name =" indices" value =" " />
59
59
</actionGroup >
60
60
<!-- 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$$" />
63
64
</actionGroup >
65
+ <!-- Add product to cart-->
66
+ <actionGroup ref =" StorefrontClickAddToCartOnProductPageActionGroup" stepKey =" addToCartFromStorefrontSimpleProductPage" />
67
+
64
68
<!-- Open mini cart-->
65
69
<actionGroup ref =" StorefrontClickOnMiniCartActionGroup" stepKey =" clickMiniCart" />
66
70
<!-- proceed to checkout -->
You can’t perform that action at this time.
0 commit comments