File tree Expand file tree Collapse file tree 1 file changed +1
-0
lines changed
app/code/Magento/Checkout/Test/Mftf/ActionGroup Expand file tree Collapse file tree 1 file changed +1
-0
lines changed Original file line number Diff line number Diff line change 28
28
<selectOption selector =" {{CheckoutShippingSection.region}}" userInput =" {{customerAddressVar.state}}" stepKey =" selectRegion" />
29
29
<fillField selector =" {{CheckoutShippingSection.postcode}}" userInput =" {{customerAddressVar.postcode}}" stepKey =" enterPostcode" />
30
30
<fillField selector =" {{CheckoutShippingSection.telephone}}" userInput =" {{customerAddressVar.telephone}}" stepKey =" enterTelephone" />
31
+ <waitForPageLoad stepKey =" waitForLoadingMask" />
31
32
<waitForElementClickable selector =" {{CheckoutShippingMethodsSection.checkShippingMethodByName('shippingMethod')}}" stepKey =" waitForShippingMethod" />
32
33
<click selector =" {{CheckoutShippingMethodsSection.checkShippingMethodByName('shippingMethod')}}" stepKey =" selectShippingMethod" />
33
34
<waitForPageLoad stepKey =" waitForShippingLoading" />
You can’t perform that action at this time.
0 commit comments