Skip to content

Commit bd6b5a2

Browse files
committed
B2B-2133: [AWS S3] Test Fails to Assert Success Message after adding to cart
- Fixing flakiness
1 parent 919677e commit bd6b5a2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,9 @@
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-
<waitForLoadingMaskToDisappear stepKey="waitForLoadingMask"/>
31+
<waitForPageLoad stepKey="waitForLoadingMask"/>
3232
<waitForElement selector="{{CheckoutShippingMethodsSection.checkShippingMethodByName('shippingMethod')}}" stepKey="waitForShippingMethod"/>
33+
<waitForPageLoad stepKey="waitForPageLoad"/>
3334
<click selector="{{CheckoutShippingMethodsSection.checkShippingMethodByName('shippingMethod')}}" stepKey="selectShippingMethod"/>
3435
<waitForElement selector="{{CheckoutShippingSection.next}}" time="30" stepKey="waitForNextButton"/>
3536
<click selector="{{CheckoutShippingSection.next}}" stepKey="clickNext"/>

0 commit comments

Comments
 (0)