File tree Expand file tree Collapse file tree 1 file changed +3
-6
lines changed
app/code/Magento/Paypal/Test/Mftf/Test Expand file tree Collapse file tree 1 file changed +3
-6
lines changed Original file line number Diff line number Diff line change 19
19
<group value =" paypalExpress" />
20
20
</annotations >
21
21
<before >
22
- <!-- Simple product is created and assigned to category -->
23
- <createData entity =" _defaultCategory" stepKey =" createCategory" />
24
- <createData entity =" SimpleProduct" stepKey =" createProduct" >
25
- <requiredEntity createDataKey =" createCategory" />
22
+ <!-- Simple product is created -->
23
+ <createData entity =" simpleProductWithoutCategory" stepKey =" createProduct" >
26
24
<field key =" price" >10.00</field >
27
25
</createData >
28
26
<!-- US Customer is created -->
49
47
<magentoCLI command =" config:set {{EnableFlatRateConfigData.path}} {{EnableFlatRateConfigData.value}}" stepKey =" enableFlatRate" />
50
48
<magentoCLI command =" config:set {{DisableFreeShippingConfigData.path}} {{DisableFreeShippingConfigData.value}}" stepKey =" disableFreeShipping" />
51
49
<deleteData createDataKey =" createProduct" stepKey =" deleteProduct" />
52
- <deleteData createDataKey =" createCategory" stepKey =" deleteCategory" />
53
50
<deleteData createDataKey =" createCustomer" stepKey =" deleteCustomer" />
54
51
<!-- Go to the tax rule page and delete the row created-->
55
52
<actionGroup ref =" AdminTaxRuleGridOpenPageActionGroup" stepKey =" goToTaxRulesPageA" />
68
65
</actionGroup >
69
66
<actionGroup ref =" AdminLogoutActionGroup" stepKey =" logout" />
70
67
</after >
71
- <!-- Login to StoreFront -->
68
+ <!-- Navigate to StoreFront -->
72
69
<actionGroup ref =" StorefrontOpenHomePageActionGroup" stepKey =" goToStoreFront" />
73
70
<!-- Add product to cart -->
74
71
<actionGroup ref =" AddSimpleProductToCartActionGroup" stepKey =" addProductToCart" >
You can’t perform that action at this time.
0 commit comments