Skip to content

Commit 9218b2c

Browse files
ACQE-7930: [MTFT Test] AdminCreateShippingLabelForFedExShipmentTest
- Removed extra space.
1 parent ccca0d6 commit 9218b2c

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

app/code/Magento/Shipping/Test/Mftf/Test/AdminCreateShippingLabelForFedExShipmentTest.xml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@
6868
<!-- US Customer is created -->
6969
<createData entity="Simple_US_Customer_CA" stepKey="createCustomer"/>
7070
<actionGroup ref="AdminLoginActionGroup" stepKey="loginAsAdmin"/>
71-
<actionGroup ref="AdminEnableFedExConfigurationActionGroup" stepKey="enableFedEx"/>
71+
<!-- <actionGroup ref="AdminEnableFedExConfigurationActionGroup" stepKey="enableFedEx"/>-->
7272
<!--Set US Shipping settings origin data-->
7373
<actionGroup ref="AdminSetShippingOriginConfigActionGroup" stepKey="setShippingOriginConfigurationData">
7474
<argument name="country" value="United States"/>
@@ -117,10 +117,10 @@
117117
<!-- Go to Checkout Page -->
118118
<actionGroup ref="StorefrontOpenCheckoutPageActionGroup" stepKey="goToCheckout"/>
119119
<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"/>
122120
<conditionalClick selector="{{CheckoutShippingMethodsSection.fedexExpressServerShippingMethod}}" dependentSelector="{{CheckoutShippingMethodsSection.fedexExpressServerShippingMethod}}" visible="true" stepKey="selectFedexShippingExpressServer"/>
123121
<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"/>
124124
<actionGroup ref="StorefrontCheckoutClickNextOnShippingStepActionGroup" stepKey="clickNext"/>
125125
<!-- Click on PayPal payment radio button -->
126126
<waitForElementClickable selector="{{CheckoutPaymentSection.placeOrder}}" stepKey="waitForPayPalRadioButton"/>
@@ -199,8 +199,8 @@
199199
<switchToPreviousTab stepKey="switchToShipmentPage"/>
200200
<after>
201201
<!-- 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"/>-->
204204
<deleteData createDataKey="createProduct" stepKey="deleteProduct"/>
205205
<!-- Delete configurable product data -->
206206
<deleteData createDataKey="createConfigChildProduct" stepKey="deleteConfigChildProduct"/>

0 commit comments

Comments
 (0)