File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
app/code/Magento/Shipping/Test/Mftf/Test Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 6767 <!-- Enter shipping address & method-->
6868 <actionGroup ref =" FillGuestCheckoutShippingAddressFormActionGroup" stepKey =" fillShippingAddress" />
6969 <waitForPageLoad stepKey =" waitForShippingPageToLoad" />
70- <!-- Step 4 Assertion: Verify ups shipping methods on front end and verify ups shipping methods should not be displayed to the user-->
70+ <!-- Step 3 Assertion: Verify ups shipping methods on front end and verify ups shipping methods should not be displayed to the user-->
7171 <waitForElementVisible selector =" {{StorefrontOrderShipmentSection.upsShippingMethodIsNotAvailable}}" stepKey =" verifyUPSShippingMethodIsNotAvailable" />
7272 <!-- In admin navigate to create new order with existing customer-->
7373 <actionGroup ref =" AdminNavigateToNewOrderPageExistingCustomerActionGroup" stepKey =" navigateToNewOrderWithExistingCustomer" >
9292 <click selector =" {{AdminOrderFormPaymentSection.header}}" stepKey =" unfocus" />
9393 <waitForLoadingMaskToDisappear stepKey =" waitForJavascriptToFinish" />
9494 <click selector =" {{AdminOrderFormPaymentSection.getShippingMethods}}" stepKey =" clickShippingMethods" />
95- <!-- Step 4 Assertion: Verify ups shipping method in admin and verify ups shipping methods is not available-->
95+ <!-- Step 3 Assertion: Verify ups shipping method in admin and verify ups shipping methods is not available-->
9696 <waitForElementVisible selector =" {{AdminShippingMethodUPSSection.upsShippingNotAvailableAlertInAdmin}}" stepKey =" waitForUpsShippingNotAvailable" />
9797 </test >
9898</tests >
You can’t perform that action at this time.
0 commit comments