File tree Expand file tree Collapse file tree 1 file changed +2
-4
lines changed
app/code/Magento/Paypal/Test/Mftf/Test Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Original file line number Diff line number Diff line change 20
20
</annotations >
21
21
<before >
22
22
<!-- Simple product is created and assigned to category -->
23
- <createData entity =" _defaultCategory" stepKey =" createCategory" />
23
+ <!-- <createData entity="_defaultCategory" stepKey="createCategory"/> -- >
24
24
<createData entity =" SimpleProduct" stepKey =" createProduct" >
25
25
<requiredEntity createDataKey =" createCategory" />
26
26
<field key =" price" >10.00</field >
54
54
<magentoCLI command =" config:set {{DisableFreeShippingConfigData.path}} {{DisableFreeShippingConfigData.value}}" stepKey =" disableFreeShipping" />
55
55
<!-- <magentoCLI command="config:set payment/paypal_express/active 0" stepKey="disablePayPalExpress"/>-->
56
56
<deleteData createDataKey =" createProduct" stepKey =" deleteProduct" />
57
- <deleteData createDataKey =" createCategory" stepKey =" deleteCategory" />
57
+ <!-- <deleteData createDataKey="createCategory" stepKey="deleteCategory"/> -- >
58
58
<deleteData createDataKey =" createCustomer" stepKey =" deleteCustomer" />
59
59
<!-- Go to the tax rule page and delete the row created-->
60
60
<actionGroup ref =" AdminTaxRuleGridOpenPageActionGroup" stepKey =" goToTaxRulesPageA" />
90
90
<actionGroup ref =" StorefrontSetShippingMethodActionGroup" stepKey =" setShippingMethodFreeShipping" >
91
91
<argument name =" shippingMethodName" value =" Free Shipping" />
92
92
</actionGroup >
93
- <!-- Assert Free Shipping checkbox -->
94
- <seeCheckboxIsChecked selector =" {{CheckoutShippingMethodsSection.shippingMethodFreeShipping}}" stepKey =" freeShippingMethodCheckboxIsChecked" />
95
93
<!-- Click Next button -->
96
94
<actionGroup ref =" StorefrontGuestCheckoutProceedToPaymentStepActionGroup" stepKey =" clickNext" />
97
95
<!-- Click on PayPal payment radio button -->
You can’t perform that action at this time.
0 commit comments