File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed
app/code/Magento/Checkout/Test/Mftf/ActionGroup Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change 16
16
<argument name =" shippingMethod" />
17
17
</arguments >
18
18
19
- <waitForElement selector =" {{CheckoutPaymentSection.paymentSectionTitle}}" time =" 30" stepKey =" waitForPaymentSectionLoaded" />
19
+ <waitForElementVisible selector =" {{CheckoutPaymentSection.paymentSectionTitle}}" time =" 30" stepKey =" waitForPaymentSectionLoaded" />
20
+ <waitForPageLoad stepKey =" waitForPageFullyLoaded" />
21
+ <waitForElementVisible selector =" {{CheckoutPaymentSection.shippingMethodInformation}}" stepKey =" waitForShippingMethodInformationVisible" />
20
22
<see userInput =" {{shippingMethod}}" selector =" {{CheckoutPaymentSection.shippingMethodInformation}}" stepKey =" assertshippingMethodInformation" />
21
23
</actionGroup >
22
24
</actionGroups >
You can’t perform that action at this time.
0 commit comments