Skip to content

Commit 505815a

Browse files
committed
ACQE-6584 : Customer Uses DHL EU Online Shipping Carrier On Checkout
updated stepKeys
1 parent 025aab0 commit 505815a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

app/code/Magento/Dhl/Test/Mftf/Test/StorefrontRegisteredCustomerUsesDHLEUOnlineShippingCarrierOnCheckoutTest.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
<argument name="stateField" value="Suffolk"/>
2626
</actionGroup>
2727
<actionGroup ref="AdminNavigateToCurrencySetupPageActionGroup" stepKey="goToCurrencySetupPage"/>
28-
<!--Open currency options and select singapore dollar as allowed currency-->
28+
<!--Open currency options and select british pound as allowed currency-->
2929
<conditionalClick selector="{{AdminConfigSection.currencyOptionsTab}}" dependentSelector="{{AdminConfigSection.defaultCurrencySelect}}" visible="false" stepKey="openCurrencyOptionsTab"/>
3030
<selectOption selector="{{AdminConfigSection.allowedCurrencies}}" parameterArray="['British Pound', 'US Dollar']" stepKey="selectAllowedCurrency"/>
3131
<actionGroup ref="SaveStoreConfigurationActionGroup" stepKey="saveStoreConfiguration"/>
@@ -131,8 +131,8 @@
131131
</actionGroup>
132132
<waitForElement selector="{{CheckoutCartSummarySection.shippingMethods('Express 12:00')}}" stepKey="verifyExpress12IsAvailable"/>
133133
<actionGroup ref="StorefrontClickProceedToCheckoutActionGroup" stepKey="goToCheckout"/>
134-
<waitForElementClickable selector="{{CheckoutShippingMethodsSection.shippingMethodDhlExpressTwelveLabel}}" stepKey="waitForShippingDhlExpressTwelveLabelVisible"/>
135-
<click selector="{{CheckoutShippingMethodsSection.shippingMethodDhlExpressEasyLabel}}" stepKey="selectExpressTwelveRadioButton"/>
134+
<waitForElementClickable selector="{{CheckoutShippingMethodsSection.shippingMethodDhlExpressEasyLabel}}" stepKey="waitForShippingDhlExpressEasyLabelVisible"/>
135+
<click selector="{{CheckoutShippingMethodsSection.shippingMethodDhlExpressEasyLabel}}" stepKey="clickOnExpressEasy"/>
136136
<actionGroup ref="StorefrontCheckoutClickNextButtonActionGroup" stepKey="clickOnNextButton"/>
137137
<!-- Checkout select Check/Money Order payment -->
138138
<actionGroup ref="CheckoutSelectCheckMoneyOrderPaymentActionGroup" stepKey="selectCheckMoneyPayment"/>

0 commit comments

Comments
 (0)