Skip to content

Commit 8b959bd

Browse files
committed
ACQE-8258: UPS backward compliance test - verify with unsupported weight unit for allowed countries
- Updated comments in the test file.
1 parent 570fde4 commit 8b959bd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@
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">
@@ -92,7 +92,7 @@
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>

0 commit comments

Comments
 (0)