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 67
67
<!-- Enter shipping address & method-->
68
68
<actionGroup ref =" FillGuestCheckoutShippingAddressFormActionGroup" stepKey =" fillShippingAddress" />
69
69
<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-->
71
71
<waitForElementVisible selector =" {{StorefrontOrderShipmentSection.upsShippingMethodIsNotAvailable}}" stepKey =" verifyUPSShippingMethodIsNotAvailable" />
72
72
<!-- In admin navigate to create new order with existing customer-->
73
73
<actionGroup ref =" AdminNavigateToNewOrderPageExistingCustomerActionGroup" stepKey =" navigateToNewOrderWithExistingCustomer" >
92
92
<click selector =" {{AdminOrderFormPaymentSection.header}}" stepKey =" unfocus" />
93
93
<waitForLoadingMaskToDisappear stepKey =" waitForJavascriptToFinish" />
94
94
<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-->
96
96
<waitForElementVisible selector =" {{AdminShippingMethodUPSSection.upsShippingNotAvailableAlertInAdmin}}" stepKey =" waitForUpsShippingNotAvailable" />
97
97
</test >
98
98
</tests >
You can’t perform that action at this time.
0 commit comments