File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
app/code/Magento/Checkout/Test/Mftf/Test Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 12
12
<annotations >
13
13
<features value =" Checkout" />
14
14
<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" />
17
17
<severity value =" MAJOR" />
18
18
<testCaseId value =" AC-4628" />
19
19
</annotations >
59
59
<!-- Assert Shipping Method = "Flat Rate" -->
60
60
<waitForText userInput =" Flat Rate - Fixed" selector =" {{CheckoutPaymentSection.orderSummaryShippingMethod}}" stepKey =" assertShippingMethod" />
61
61
<!-- 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 " />
64
64
<!-- Check that "Ship To" block contains correct information -->
65
65
<actionGroup ref =" GuestVerifiesTheShipToDetailsOnStorefrontCheckoutPaymentActionGroup" stepKey =" assertingShipToInformationOnPaymentPage" />
66
66
<!-- Assert Shipping Method = "Flat Rate" -->
You can’t perform that action at this time.
0 commit comments