Skip to content

Commit 6e6c07d

Browse files
[bengals-integration-tests-mainline] Adding addition wait time for postcode section
1 parent 57b5163 commit 6e6c07d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
<element name="proceedToCheckout" type="button" selector=".action.primary.checkout span" timeout="30"/>
2525
<element name="discountAmount" type="text" selector="td[data-th='Discount']"/>
2626
<element name="shippingHeading" type="button" selector="#block-shipping-heading" timeout="10"/>
27-
<element name="postcode" type="input" selector="input[name='postcode']" timeout="10"/>
27+
<element name="postcode" type="input" selector="input[name='postcode']" timeout="30"/>
2828
<element name="stateProvince" type="select" selector="select[name='region_id']" timeout="10"/>
2929
<element name="stateProvinceInput" type="input" selector="input[name='region']"/>
3030
<element name="country" type="select" selector="select[name='country_id']" timeout="10"/>

0 commit comments

Comments
 (0)