File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
app/code/Magento/Checkout/Test/Mftf/ActionGroup Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 16
16
<arguments >
17
17
<argument name =" error" type =" string" />
18
18
</arguments >
19
- <waitForElement selector =" {{CheckoutPaymentSection.placeOrder}}" time =" 30 " stepKey =" waitForPlaceOrderButton" />
19
+ <waitForElement selector =" {{CheckoutPaymentSection.placeOrder}}" time =" 60 " stepKey =" waitForPlaceOrderButton" />
20
20
<click selector =" {{CheckoutPaymentSection.placeOrderWithoutTimeout}}" stepKey =" clickPlaceOrder" />
21
- <waitForElement selector =" {{CheckoutCartMessageSection.errorMessage}}" time =" 30 " stepKey =" waitForErrorMessage" />
21
+ <waitForElement selector =" {{CheckoutCartMessageSection.errorMessage}}" time =" 60 " stepKey =" waitForErrorMessage" />
22
22
<see selector =" {{CheckoutCartMessageSection.errorMessage}}" userInput =" {{error}}" stepKey =" assertErrorMessage" />
23
23
</actionGroup >
24
24
</actionGroups >
You can’t perform that action at this time.
0 commit comments