File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
app/code/Magento/PageBuilder/Test/Mftf/Test Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 1614
1614
<click selector =" {{SliderOnStage.slideNavigationDot('1', '1')}}" stepKey =" clickSlideOptionsMenu" />
1615
1615
<waitForPageLoad stepKey =" waitForPageLoadAfterClickingSlideNavigationDot" />
1616
1616
<seeElement selector =" {{SlideOnBackend.optionsMenu('1')}}" stepKey =" seeSlideOptionsMenu" />
1617
- <assertElementContainsAttribute selector = " {{SliderOnStage.slideNavigationDot('1', '1')}} " attribute = " class " stepKey =" assertFirstDotActive" >
1618
- <expectedResult type =" string" >active</expectedResult >
1617
+ <assertElementContainsAttribute stepKey =" assertFirstDotActive" >
1618
+ <expectedResult selector = " {{SliderOnStage.slideNavigationDot('1', '1')}} " attribute = " class " type =" string" >active</expectedResult >
1619
1619
</assertElementContainsAttribute >
1620
1620
<see selector =" {{SlideOnBackend.optionsMenu('1')}}" userInput =" Slide 1" stepKey =" seeSlideOptionsAppearWithSlide1DefaultTitle" />
1621
1621
<!-- Update Slide 1 -->
1656
1656
<click selector =" {{SliderOnStage.slideNavigationDot('1', '2')}}" stepKey =" clickSlide2OptionsMenu" />
1657
1657
<waitForPageLoad stepKey =" waitForPageLoadAfterClickingSlideNavigationDot2" />
1658
1658
<seeElement selector =" {{SlideOnBackend.optionsMenu('2')}}" stepKey =" seeSlideOptionsMenu4" />
1659
- <assertElementContainsAttribute selector = " {{SliderOnStage.slideNavigationDot('1', '2')}} " attribute = " class " stepKey =" assertSecondDotActive" >
1660
- <expectedResult type =" string" >active</expectedResult >
1659
+ <assertElementContainsAttribute stepKey =" assertSecondDotActive" >
1660
+ <expectedResult selector = " {{SliderOnStage.slideNavigationDot('1', '2')}} " attribute = " class " type =" string" >active</expectedResult >
1661
1661
</assertElementContainsAttribute >
1662
1662
<see userInput =" Slide 2" selector =" {{SlideOnBackend.optionsMenu('2')}}" stepKey =" seeSlideOptionsAppearWithSlide2DefaultTitle" />
1663
1663
<click selector =" {{PageBuilderPanel.searchPanel}}" stepKey =" unFocusSlide2" />
You can’t perform that action at this time.
0 commit comments