Skip to content

Commit

Permalink
MQE-1532: Bump MFTF version in Magento
Browse files Browse the repository at this point in the history
- Flaky test fix

(cherry picked from commit a445230)
  • Loading branch information
KevinBKozan authored and jilu1 committed May 3, 2019
1 parent 9ab3993 commit c6b1e10
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,6 @@
</arguments>
<waitForLoadingMaskToDisappear stepKey="waitForMaskToDisappear" after="assertSubtotal"/>
<waitForElementVisible selector="{{CheckoutCartSummarySection.shipping}}" time="60" stepKey="waitForElementToBeVisible" after="waitForMaskToDisappear"/>
<!-- Shipping can take a long time to change in builds, can't rely on an explicit wait-->
<wait time="30" stepKey="waitForShippingDetailsToLoad" after="waitForElementToBeVisible"/>
<see userInput="{{shipping}}" selector="{{CheckoutCartSummarySection.shipping}}" stepKey="assertShipping" after="waitForShippingDetailsToLoad" />
<waitForText userInput="{{shipping}}" selector="{{CheckoutCartSummarySection.shipping}}" time="60" stepKey="assertShipping" after="waitForElementToBeVisible"/>
</actionGroup>
</actionGroups>

0 comments on commit c6b1e10

Please sign in to comment.