Skip to content

Commit 9f1907a

Browse files
akaashnikhilsharma-adobe
authored andcommitted
ACQE-6251 | Test Fix StoreFrontCustomerCustomAttributesShowInSeparateBillingAddressFormTest
1 parent 7b739d6 commit 9f1907a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/code/Magento/Checkout/Test/Mftf/ActionGroup/GuestCheckoutFillingShippingSectionActionGroup.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
<selectOption selector="{{CheckoutShippingSection.region}}" userInput="{{customerAddressVar.state}}" stepKey="selectRegion"/>
2929
<fillField selector="{{CheckoutShippingSection.postcode}}" userInput="{{customerAddressVar.postcode}}" stepKey="enterPostcode"/>
3030
<fillField selector="{{CheckoutShippingSection.telephone}}" userInput="{{customerAddressVar.telephone}}" stepKey="enterTelephone"/>
31-
<waitForPageLoad stepKey="waitForLoadingMask"/>
31+
<waitForLoadingMaskToDisappear stepKey="waitForLoadingMask"/>
3232
<waitForElementClickable selector="{{CheckoutShippingMethodsSection.checkShippingMethodByName('shippingMethod')}}" stepKey="waitForShippingMethod"/>
3333
<click selector="{{CheckoutShippingMethodsSection.checkShippingMethodByName('shippingMethod')}}" stepKey="selectShippingMethod"/>
3434
<waitForPageLoad stepKey="waitForShippingLoading"/>

0 commit comments

Comments
 (0)