Skip to content

Commit 8f0acd2

Browse files
authored
ACQE-5084 : Added waitForElementClickable back
1 parent 2f0ec5a commit 8f0acd2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
</annotations>
1515
<waitForElement selector="{{CheckoutShippingSection.next}}" stepKey="waitForNextButtonElement"/>
1616
<scrollTo selector="{{CheckoutShippingSection.next}}" stepKey="scrollToNextButton"/>
17+
<waitForElementClickable selector="{{CheckoutShippingSection.next}}" stepKey="waitForNextButton"/>
1718
<click selector="{{CheckoutShippingSection.next}}" stepKey="clickNext"/>
1819
<waitForPageLoad stepKey="waitForLoadingMaskToDisappear"/>
1920
</actionGroup>

0 commit comments

Comments
 (0)