Skip to content

Commit 7aa938a

Browse files
JhalakMathurManjusha.S
authored andcommitted
Feedback Changes
1 parent 1cce1ba commit 7aa938a

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

app/code/Magento/Multishipping/Test/Mftf/Test/StoreFrontVerifyMultishippingCheckoutForVirtualProductTest.xml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@
8484
<actionGroup ref="StorefrontCheckoutWithMultipleAddressesActionGroup" stepKey="checkoutWithMultipleAddresses"/>
8585

8686
<!-- Check Ship to Multiple Address Page is opened-->
87-
<wait time="10" stepKey="10"/>
87+
<wait time="10" stepKey="waitForAddressPage"/>
8888
<seeInCurrentUrl url="{{MultishippingCheckoutAddressesPage.url}}" stepKey="seeShiptoMultipleAddressesPageIsOpened"/>
8989

9090
<!-- Assert Simple product has address in Send To section-->
@@ -94,7 +94,7 @@
9494

9595
<!--Virtual product has a message in Send To section : "A shipping selection is not applicable.-->
9696
<grabTextFrom selector="{{StorefrontMultishippingCheckoutAddressesToolbarSection.shippingnotapplicable($$createVirtualProduct.name$$)}}" stepKey="grabshippingtext"/>
97-
<assertEquals message="Virtual product has a message in Send To section : 'A shipping selection is not applicable" stepKey="ssertEquals1">
97+
<assertEquals message="Virtual product has a message in Send To section : 'A shipping selection is not applicable" stepKey="assertmessage">
9898
<expectedResult type="string">A shipping selection is not applicable.</expectedResult>
9999
<actualResult type="string">$grabshippingtext</actualResult>
100100
</assertEquals>
@@ -104,12 +104,12 @@
104104

105105

106106
<!-- See Shipping Method is opened -->
107-
<wait time="10" stepKey="20"/>
107+
<wait time="10" stepKey="waitForCheckoutShippingPageUrl"/>
108108
<seeInCurrentUrl url="{{MultishippingCheckoutShippingPage.url}}" stepKey="seeSelectShippingMethodPageIsOpened"/>
109109

110110

111111
<!-- Halt test execution for 10 seconds before continuing. -->
112-
<wait time="10" stepKey="29"/>
112+
<wait time="10" stepKey="waitForElement"/>
113113
<!-- See Shipping Method available ONLY for Simple product-->
114114
<seeElement selector="{{StorefrontMultishippingCheckoutAddressesToolbarSection.shippingmethods($$createSimpleProduct.name$$)}}" stepKey="ShippingMethodForSimpleProduct"/>
115115

@@ -121,7 +121,7 @@
121121
<waitForPageLoad stepKey="waitForCheckoutShippingToolbarPageLoad"/>
122122

123123
<!-- See Billing Information Page is opened-->
124-
<wait time="10" stepKey="30"/>
124+
<wait time="10" stepKey="waitForUrl"/>
125125
<seeInCurrentUrl url="{{MultishippingCheckoutBillingPage.url}}" stepKey="seeBillingPageIsOpened"/>
126126

127127
<!-- Check Page contains customer's billing address-->

0 commit comments

Comments
 (0)