|
616 | 616 | <argument name="padding" value="PageBuilderPaddingProperty10"/>
|
617 | 617 | </actionGroup>
|
618 | 618 | </test>
|
| 619 | + <test name="SliderWithNoDotsEqualToMinHeight" extends="RowWithBordersAndPaddingEqualToMinHeight"> |
| 620 | + <annotations> |
| 621 | + <features value="PageBuilder"/> |
| 622 | + <stories value="Slider"/> |
| 623 | + <title value="Slider with no dots is equal to min height"/> |
| 624 | + <description value="A user can see Slider height with no dots is equal to min height"/> |
| 625 | + <severity value="AVERAGE"/> |
| 626 | + <useCaseId value="MC-15742"/> |
| 627 | + <testCaseId value="MC-18088"/> |
| 628 | + <group value="pagebuilder"/> |
| 629 | + <group value="pagebuilder-slide"/> |
| 630 | + <group value="pagebuilder-sliderCommon"/> |
| 631 | + </annotations> |
| 632 | + <actionGroup ref="addPageBuilderPageTitle" stepKey="enterPageTitle"> |
| 633 | + <argument name="contentType" value="PageBuilderSliderContentType"/> |
| 634 | + </actionGroup> |
| 635 | + <actionGroup ref="expandPageBuilderPanelMenuSection" after="enterPageTitle" stepKey="expandMenuSection"> |
| 636 | + <argument name="contentType" value="PageBuilderSliderContentType"/> |
| 637 | + </actionGroup> |
| 638 | + <actionGroup ref="dragContentTypeToStage" after="commentConfigureContentType" stepKey="dragContentTypeToStage"> |
| 639 | + <argument name="contentType" value="PageBuilderSliderContentType"/> |
| 640 | + </actionGroup> |
| 641 | + <actionGroup ref="unFocusOptionMenu" after="dragContentTypeToStage" stepKey="unfocusSlideOptions"> |
| 642 | + <argument name="contentType" value="PageBuilderSlideContentType"/> |
| 643 | + </actionGroup> |
| 644 | + <actionGroup ref="openPageBuilderEditPanel" stepKey="openEditPanel"> |
| 645 | + <argument name="contentType" value="PageBuilderSliderContentType"/> |
| 646 | + </actionGroup> |
| 647 | + <actionGroup ref="fillSlideOutPanelFieldGeneral" stepKey="enterMinHeightProperty"> |
| 648 | + <argument name="property" value="PageBuilderSliderMinHeight_Default"/> |
| 649 | + </actionGroup> |
| 650 | + <actionGroup ref="conditionalClickSlideOutPanelFieldGeneral" after="enterMinHeightProperty" stepKey="enterShowDotsDisabled"> |
| 651 | + <argument name="property" value="PageBuilderSliderShowDots_Disabled"/> |
| 652 | + </actionGroup> |
| 653 | + <remove keyForRemoval="enterBorder"/> |
| 654 | + <remove keyForRemoval="enterBorderColor"/> |
| 655 | + <remove keyForRemoval="enterBorderWidth"/> |
| 656 | + <remove keyForRemoval="enterPadding"/> |
| 657 | + <actionGroup ref="openPageBuilderEditPanelSmallByIndex" after="saveEditPanelSettings" stepKey="openSlideItemEditPanel"> |
| 658 | + <argument name="section" value="SlideOnBackend"/> |
| 659 | + </actionGroup> |
| 660 | + <actionGroup ref="fillSlideOutPanelFieldGeneral" after="openSlideItemEditPanel" stepKey="enterMinHeightPropertySlideItem"> |
| 661 | + <argument name="property" value="PageBuilderSlideItemMinimumHeight_300"/> |
| 662 | + </actionGroup> |
| 663 | + <actionGroup ref="fillSlideOutPanelField" after="enterMinHeightPropertySlideItem" stepKey="enterBackgroundColor"> |
| 664 | + <argument name="property" value="PageBuilderBackgroundColor_Hex_Grey"/> |
| 665 | + </actionGroup> |
| 666 | + <actionGroup ref="saveEditPanelSettings" after="enterBackgroundColor" stepKey="saveEditPanelSettings2"/> |
| 667 | + <actionGroup ref="validateContentTypeHeightEqualToMinHeight" stepKey="validateContentTypeHeightBeforeSave"> |
| 668 | + <argument name="content" value="{{SliderOnStage.containerCSS}}"/> |
| 669 | + <argument name="height" value="PageBuilderSliderMinHeight_Default"/> |
| 670 | + </actionGroup> |
| 671 | + <actionGroup ref="validateContentTypeHeightEqualToMinHeight" stepKey="validateContentTypeHeightAfterSave"> |
| 672 | + <argument name="content" value="{{SliderOnStage.containerCSS}}"/> |
| 673 | + <argument name="height" value="PageBuilderSliderMinHeight_Default"/> |
| 674 | + </actionGroup> |
| 675 | + <actionGroup ref="navigateToStoreFront" stepKey="navigateToStoreFront"> |
| 676 | + <argument name="contentType" value="PageBuilderSliderContentType"/> |
| 677 | + </actionGroup> |
| 678 | + <actionGroup ref="validateContentTypeHeightEqualToMinHeight" stepKey="validateContentTypeHeightStorefront"> |
| 679 | + <argument name="content" value="{{SliderOnFrontend.all}}"/> |
| 680 | + <argument name="height" value="PageBuilderSliderMinHeight_Default"/> |
| 681 | + </actionGroup> |
| 682 | + </test> |
619 | 683 | <test name="SliderMoveSlider">
|
620 | 684 | <annotations>
|
621 | 685 | <features value="PageBuilder"/>
|
|
0 commit comments