Skip to content

Commit 2f0ec5a

Browse files
[bengals-integration-tests-mainline] Removing time attribute
1 parent 02e9953 commit 2f0ec5a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
<annotations>
1313
<description>Scrolls and clicks next on Checkout Shipping step</description>
1414
</annotations>
15-
<waitForElement selector="{{CheckoutShippingSection.next}}" time="30" stepKey="waitForNextButtonElement"/>
15+
<waitForElement selector="{{CheckoutShippingSection.next}}" stepKey="waitForNextButtonElement"/>
1616
<scrollTo selector="{{CheckoutShippingSection.next}}" stepKey="scrollToNextButton"/>
1717
<click selector="{{CheckoutShippingSection.next}}" stepKey="clickNext"/>
1818
<waitForPageLoad stepKey="waitForLoadingMaskToDisappear"/>

0 commit comments

Comments
 (0)