Skip to content

Commit eac0042

Browse files
committed
MC-40666: [MFTF] AdminCheckConfigsChangesAreNotAffectedStartedCheckoutProcessTest failed because of bad design
1 parent 2a4641b commit eac0042

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

app/code/Magento/Checkout/Test/Mftf/ActionGroup/CheckShippingMethodInCheckoutActionGroup.xml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,9 @@
1616
<argument name="shippingMethod"/>
1717
</arguments>
1818

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"/>
2022
<see userInput="{{shippingMethod}}" selector="{{CheckoutPaymentSection.shippingMethodInformation}}" stepKey="assertshippingMethodInformation"/>
2123
</actionGroup>
2224
</actionGroups>

0 commit comments

Comments
 (0)