Skip to content

Commit 3677658

Browse files
committed
B2B-2125: [S3 MFTF] Flaky test StorefrontInlineTranslationOnCheckoutTest
- Increasing checkout timeout
1 parent 7900123 commit 3677658

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/code/Magento/Checkout/Test/Mftf/Section/StorefrontMinicartSection.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<element name="showCart" type="button" selector="a.showcart" timeout="60"/>
2323
<element name="quantity" type="button" selector="span.counter-number"/>
2424
<element name="miniCartOpened" type="button" selector="a.showcart.active"/>
25-
<element name="goToCheckout" type="button" selector="#top-cart-btn-checkout" timeout="30"/>
25+
<element name="goToCheckout" type="button" selector="#top-cart-btn-checkout" timeout="60"/>
2626
<element name="viewAndEditCart" type="button" selector=".action.viewcart" timeout="30"/>
2727
<element name="miniCartItemsText" type="text" selector=".minicart-items"/>
2828
<element name="editMiniCartItem" type="button" selector=".action.edit" timeout="30"/>

0 commit comments

Comments
 (0)