File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
app/code/Magento/PageBuilder/Test/Mftf/ActionGroup/ContentTypeSliderActionGroup Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 8
8
<actionGroups xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" xsi : noNamespaceSchemaLocation =" urn:magento:mftf:Test/etc/actionGroupSchema.xsd" >
9
9
<actionGroup name =" nextSlide" >
10
10
<arguments >
11
- <argument name =" sliderSection" defaultValue =" SliderOnStage" />
12
11
<argument name =" sliderIndex" defaultValue =" 1" type =" string" />
13
- </arguments
12
+ <argument name =" sliderSection" defaultValue =" SliderOnStage" />
13
+ </arguments >
14
14
<waitForElementVisible selector =" {{sliderSection.nextSlideArrow(sliderIndex)}}" stepKey =" waitForNextSlideArrow" />
15
15
<click selector =" {{sliderSection.nextSlideArrow(sliderIndex)}}" stepKey =" clickNextSlideArrow" />
16
16
<waitForPageLoad stepKey =" waitForPageLoad" />
You can’t perform that action at this time.
0 commit comments