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 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
- <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" />
30
29
</createData >
31
30
<!-- Enabling PayPal Express Checkout -->
32
31
<magentoCLI command =" config:set {{StorefrontPaypalExpressSalePaymentActionOptionConfigData.path}} {{StorefrontPaypalExpressSalePaymentActionOptionConfigData.value}}" stepKey =" setPaymentActionSale" />
57
56
<actionGroup ref =" CliIndexerReindexActionGroup" stepKey =" reindex" >
58
57
<argument name =" indices" value =" " />
59
58
</actionGroup >
59
+ <waitForPageLoad stepKey =" waitForProductToLoad" />
60
60
<!-- Add simple product to cart -->
61
61
<!-- Open product page -->
62
62
<actionGroup ref =" StorefrontOpenProductPageActionGroup" stepKey =" openStorefrontSimpleProductPage" >
You can’t perform that action at this time.
0 commit comments