File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed
app/code/Magento/Checkout/Test/Mftf/ActionGroup Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change 88
99<actionGroups xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
1010 xsi : noNamespaceSchemaLocation =" urn:magento:mftf:Test/etc/actionGroupSchema.xsd" >
11- <actionGroup name =" StorefrontCheckoutClickNextOnShippingStepActionGroup" extends = " StorefrontCheckoutForwardFromShippingStepActionGroup " >
11+ <actionGroup name =" StorefrontCheckoutClickNextOnShippingStepActionGroup" >
1212 <annotations >
1313 <description >Scrolls and clicks next on Checkout Shipping step</description >
1414 </annotations >
15- <waitForElementClickable selector =" {{CheckoutShippingSection.next}}" stepKey =" waitForNextButtonClickable" />
16- <scrollTo selector =" {{CheckoutShippingSection.next}}" before =" clickNext" stepKey =" scrollToNextButton" />
15+ <waitForElement selector =" {{CheckoutShippingSection.next}}" stepKey =" waitForNextButtonElement" />
16+ <scrollTo selector =" {{CheckoutShippingSection.next}}" stepKey =" scrollToNextButton" />
17+ <waitForElementClickable selector =" {{CheckoutShippingSection.next}}" stepKey =" waitForNextButton" />
18+ <click selector =" {{CheckoutShippingSection.next}}" stepKey =" clickNext" />
1719 <waitForPageLoad stepKey =" waitForLoadingMaskToDisappear" />
1820 </actionGroup >
1921</actionGroups >
You can’t perform that action at this time.
0 commit comments