Skip to content

Commit 720b438

Browse files
authored
ACQE-3955 : did required changes
1 parent 3ec635a commit 720b438

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

app/code/Magento/Checkout/Test/Mftf/Test/StorefrontVerifyShipToShipMethodContainsSameDataTest.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@
1212
<annotations>
1313
<features value="Checkout"/>
1414
<stories value="Guest checkout"/>
15-
<title value="Ship To and Shipping Method blocks on Checkout contain actual information according to inputed data"/>
16-
<description value="Ship To and Shipping Method blocks on Checkout contain actual information according to inputed data"/>
15+
<title value="Ship To and Shipping Method blocks on Checkout contain actual information according to input data"/>
16+
<description value="Ship To and Shipping Method blocks on Checkout contain actual information according to input data"/>
1717
<severity value="MAJOR"/>
1818
<testCaseId value="AC-4628"/>
1919
</annotations>
@@ -59,8 +59,8 @@
5959
<!-- Assert Shipping Method = "Flat Rate" -->
6060
<waitForText userInput="Flat Rate - Fixed" selector="{{CheckoutPaymentSection.orderSummaryShippingMethod}}" stepKey="assertShippingMethod"/>
6161
<!-- Reload Page and wait for page to get reload -->
62-
<reloadPage stepKey="refreshPage"/>
63-
<waitForPageLoad stepKey="waitForPageLoad"/>
62+
<reloadPage stepKey="refreshPageToVerifyAllInformationIsPresent"/>
63+
<waitForPageLoad stepKey="waitForPageToLoadProperlyToAssertShipToInformationDetails"/>
6464
<!-- Check that "Ship To" block contains correct information -->
6565
<actionGroup ref="GuestVerifiesTheShipToDetailsOnStorefrontCheckoutPaymentActionGroup" stepKey="assertingShipToInformationOnPaymentPage"/>
6666
<!-- Assert Shipping Method = "Flat Rate" -->

0 commit comments

Comments
 (0)