File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
app/code/Magento/Paypal/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 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" />
27- <createData entity =" SimpleProduct2" stepKey =" createProduct" >
28- <field key =" price" >10</field >
29- <requiredEntity createDataKey =" createCategory" />
27+ <createData entity =" ApiSimplePrice10Qty10" stepKey =" createProduct" >
28+ <requiredEntity createDataKey =" createCategory" />
3029 </createData >
3130 <!-- Enabling PayPal Express Checkout -->
3231 <magentoCLI command =" config:set {{StorefrontPaypalExpressSalePaymentActionOptionConfigData.path}} {{StorefrontPaypalExpressSalePaymentActionOptionConfigData.value}}" stepKey =" setPaymentActionSale" />
5756 <actionGroup ref =" CliIndexerReindexActionGroup" stepKey =" reindex" >
5857 <argument name =" indices" value =" " />
5958 </actionGroup >
59+ <waitForPageLoad stepKey =" waitForProductToLoad" />
6060 <!-- Add simple product to cart -->
6161 <!-- Open product page -->
6262 <actionGroup ref =" StorefrontOpenProductPageActionGroup" stepKey =" openStorefrontSimpleProductPage" >
You can’t perform that action at this time.
0 commit comments