|
707 | 707 | <seeElement selector="{{BannerOnFrontend.button('1')}}" stepKey="seeButtonOnHoverStorefrontMobile"/>
|
708 | 708 | <seeElement selector="{{BannerOnFrontend.overlayColorAndTransparency('1', PageBuilderBannerContentOverlayColorProperty.rgb, PageBuilderBannerOverlayTransparencyProperty.decimal)}}" stepKey="seeOverlayOnHoverStorefrontMobile"/>
|
709 | 709 | </test>
|
| 710 | + <test name="BannerCollageLeftOverlayPosition"> |
| 711 | + <annotations> |
| 712 | + <features value="PageBuilder"/> |
| 713 | + <stories value="Banner"/> |
| 714 | + <title value="Collage Left - Check collage left overlay position is correct"/> |
| 715 | + <description value="Check collage left overlay is correct"/> |
| 716 | + <severity value="CRITICAL"/> |
| 717 | + <useCaseId value="MC-4117"/> |
| 718 | + <testCaseId value="MC-4945"/> |
| 719 | + <group value="pagebuilder"/> |
| 720 | + <group value="pagebuilder-banner"/> |
| 721 | + <group value="pagebuilder-bannerCollageLeft"/> |
| 722 | + </annotations> |
| 723 | + <before> |
| 724 | + <actionGroup ref="LoginAsAdmin" stepKey="loginAsAdmin"/> |
| 725 | + <actionGroup ref="navigateToAPageWithPageBuilder" stepKey="navigateToAPageWithPageBuilder"/> |
| 726 | + <actionGroup ref="switchToPageBuilderStage" stepKey="switchToPageBuilderStage"/> |
| 727 | + </before> |
| 728 | + <after> |
| 729 | + <actionGroup ref="logout" stepKey="logout"/> |
| 730 | + </after> |
| 731 | + <actionGroup ref="addPageBuilderPageTitle" stepKey="enterPageTitle"> |
| 732 | + <argument name="contentType" value="PageBuilderBannerContentType"/> |
| 733 | + </actionGroup> |
| 734 | + <actionGroup ref="expandPageBuilderPanelGroup" stepKey="expandPageBuilderPanelGroup"> |
| 735 | + <argument name="group" value="PageBuilderBannerContentType"/> |
| 736 | + </actionGroup> |
| 737 | + <actionGroup ref="dragContentTypeToStage" stepKey="dragBannerIntoStage"> |
| 738 | + <argument name="contentType" value="PageBuilderBannerContentType"/> |
| 739 | + </actionGroup> |
| 740 | + <actionGroup ref="openPageBuilderEditPanel" stepKey="openEditMenuOnStage"> |
| 741 | + <argument name="contentType" value="PageBuilderBannerContentType"/> |
| 742 | + </actionGroup> |
| 743 | + <!-- Fill Out Edit Panel --> |
| 744 | + <comment userInput="Fill Out Edit Panel" stepKey="commentFillEditPanel"/> |
| 745 | + <actionGroup ref="chooseVisualSelectOption" stepKey="enterAppearanceProperty"> |
| 746 | + <argument name="property" value="PageBuilderBannerCollageLeftProperty"/> |
| 747 | + </actionGroup> |
| 748 | + <actionGroup ref="selectSlideOutPanelField" stepKey="selectShowOverlay"> |
| 749 | + <argument name="property" value="PageBuilderBannerShowContentOverlayAlwaysProperty"/> |
| 750 | + </actionGroup> |
| 751 | + <actionGroup ref="fillSlideOutPanelField" stepKey="enterOverlayColor"> |
| 752 | + <argument name="property" value="PageBuilderBannerOverlayColor_FF0000"/> |
| 753 | + </actionGroup> |
| 754 | + <actionGroup ref="fillSlideOutPanelField" stepKey="enterOverlayTransparency"> |
| 755 | + <argument name="property" value="PageBuilderBannerOverlayTransparencyProperty"/> |
| 756 | + </actionGroup> |
| 757 | + <actionGroup ref="saveEditPanelSettings" stepKey="saveEditPanelSettings"/> |
| 758 | + <click selector="{{PageBuilderPanel.searchPanel}}" stepKey="unFocusEditor"/> |
| 759 | + <!-- Validate Stage --> |
| 760 | + <comment userInput="Validate Stage" stepKey="commentValidateStage"/> |
| 761 | + <actionGroup ref="validateOverlayPositionLeft" stepKey="validateOverlayPositionStage"> |
| 762 | + <argument name="page" value="BannerOnBackend"/> |
| 763 | + </actionGroup> |
| 764 | + <actionGroup ref="saveAndContinueEditCmsPage" stepKey="saveAndContinueEditCmsPage"/> |
| 765 | + <actionGroup ref="switchToPageBuilderStage" stepKey="switchToPageBuilderStage"/> |
| 766 | + <!-- Validate Stage After Save --> |
| 767 | + <comment userInput="Validate Stage After Save" stepKey="commentValidateStageAfterSave"/> |
| 768 | + <actionGroup ref="validateOverlayPositionLeft" stepKey="validateOverlayPositionAfterStage"> |
| 769 | + <argument name="page" value="BannerOnBackend"/> |
| 770 | + </actionGroup> |
| 771 | + <!-- Validate Storefront --> |
| 772 | + <comment userInput="Validate Storefront" stepKey="commentValidateStorefront"/> |
| 773 | + <actionGroup ref="navigateToStoreFront" stepKey="navigateToStoreFront"> |
| 774 | + <argument name="contentType" value="PageBuilderBannerContentType"/> |
| 775 | + </actionGroup> |
| 776 | + <actionGroup ref="validateOverlayPositionLeft" stepKey="validateOverlayPositionStorefront"> |
| 777 | + <argument name="page" value="BannerOnFrontend"/> |
| 778 | + </actionGroup> |
| 779 | + </test> |
710 | 780 | <test name="BannerCollageLeftButtonsCanBeEditedInline">
|
711 | 781 | <annotations>
|
712 | 782 | <features value="PageBuilder"/>
|
|
0 commit comments