|
68 | 68 | <!-- US Customer is created --> |
69 | 69 | <createData entity="Simple_US_Customer_CA" stepKey="createCustomer"/> |
70 | 70 | <actionGroup ref="AdminLoginActionGroup" stepKey="loginAsAdmin"/> |
71 | | - <actionGroup ref="AdminEnableFedExConfigurationActionGroup" stepKey="enableFedEx"/> |
| 71 | +<!-- <actionGroup ref="AdminEnableFedExConfigurationActionGroup" stepKey="enableFedEx"/>--> |
72 | 72 | <!--Set US Shipping settings origin data--> |
73 | 73 | <actionGroup ref="AdminSetShippingOriginConfigActionGroup" stepKey="setShippingOriginConfigurationData"> |
74 | 74 | <argument name="country" value="United States"/> |
|
117 | 117 | <!-- Go to Checkout Page --> |
118 | 118 | <actionGroup ref="StorefrontOpenCheckoutPageActionGroup" stepKey="goToCheckout"/> |
119 | 119 | <comment userInput="Comment is added to preserve the step key for backward compatibility" stepKey="waitForSelectFedexShippingMethod"/> |
120 | | - <conditionalClick selector="{{CheckoutShippingMethodsSection.smartPostShippingMethod}}" dependentSelector="{{CheckoutShippingMethodsSection.smartPostShippingMethod}}" visible="true" stepKey="selectFedexShippingMethod"/> |
121 | | - <conditionalClick selector="{{CheckoutShippingMethodsSection.groundShippingMethod}}" dependentSelector="{{CheckoutShippingMethodsSection.groundShippingMethod}}" visible="true" stepKey="selectFedexShippingMethodGround"/> |
122 | 120 | <conditionalClick selector="{{CheckoutShippingMethodsSection.fedexExpressServerShippingMethod}}" dependentSelector="{{CheckoutShippingMethodsSection.fedexExpressServerShippingMethod}}" visible="true" stepKey="selectFedexShippingExpressServer"/> |
123 | 121 | <conditionalClick selector="{{CheckoutShippingMethodsSection.fedex2dayShippingMethod}}" dependentSelector="{{CheckoutShippingMethodsSection.fedex2dayShippingMethod}}" visible="true" stepKey="selectFedexShipping2Day"/> |
| 122 | + <conditionalClick selector="{{CheckoutShippingMethodsSection.smartPostShippingMethod}}" dependentSelector="{{CheckoutShippingMethodsSection.smartPostShippingMethod}}" visible="true" stepKey="selectFedexShippingMethod"/> |
| 123 | + <conditionalClick selector="{{CheckoutShippingMethodsSection.groundShippingMethod}}" dependentSelector="{{CheckoutShippingMethodsSection.groundShippingMethod}}" visible="true" stepKey="selectFedexShippingMethodGround"/> |
124 | 124 | <actionGroup ref="StorefrontCheckoutClickNextOnShippingStepActionGroup" stepKey="clickNext"/> |
125 | 125 | <!-- Click on PayPal payment radio button --> |
126 | 126 | <waitForElementClickable selector="{{CheckoutPaymentSection.placeOrder}}" stepKey="waitForPayPalRadioButton"/> |
|
199 | 199 | <switchToPreviousTab stepKey="switchToShipmentPage"/> |
200 | 200 | <after> |
201 | 201 | <!-- Reset shipping origin --> |
202 | | - <actionGroup ref="AdminResetShippingOriginConfigurationActionGroup" stepKey="ResetCaliforniaShippingOrigin"/> |
203 | | - <magentoCLI command="config:set {{AdminFedexEnableForCheckoutConfigData.path}} 0" stepKey="disableCheckout"/> |
| 202 | +<!-- <actionGroup ref="AdminResetShippingOriginConfigurationActionGroup" stepKey="ResetCaliforniaShippingOrigin"/>--> |
| 203 | +<!-- <magentoCLI command="config:set {{AdminFedexEnableForCheckoutConfigData.path}} 0" stepKey="disableCheckout"/>--> |
204 | 204 | <deleteData createDataKey="createProduct" stepKey="deleteProduct"/> |
205 | 205 | <!-- Delete configurable product data --> |
206 | 206 | <deleteData createDataKey="createConfigChildProduct" stepKey="deleteConfigChildProduct"/> |
|
0 commit comments