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 8
8
9
9
<actionGroups xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
10
10
xsi : noNamespaceSchemaLocation =" urn:magento:mftf:Test/etc/actionGroupSchema.xsd" >
11
- <actionGroup name =" StorefrontCheckoutClickNextOnShippingStepActionGroup" extends = " StorefrontCheckoutForwardFromShippingStepActionGroup " >
11
+ <actionGroup name =" StorefrontCheckoutClickNextOnShippingStepActionGroup" >
12
12
<annotations >
13
13
<description >Scrolls and clicks next on Checkout Shipping step</description >
14
14
</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" />
17
19
<waitForPageLoad stepKey =" waitForLoadingMaskToDisappear" />
18
20
</actionGroup >
19
21
</actionGroups >
You can’t perform that action at this time.
0 commit comments