|
916 | 916 | <seeElement selector="{{BannerOnFrontend.margins('1', PageBuilderMarginsPropertyUnique.value)}}" stepKey="seeMarginsStorefront"/>
|
917 | 917 | <seeElement selector="{{BannerOnFrontend.collagePadding('1', PageBuilderPaddingPropertyUnique.value)}}" stepKey="seePaddingStorefront"/>
|
918 | 918 | </test>
|
| 919 | + <test name="BannerCollageLeftWithBordersAndPaddingEqualToMinHeight" extends="RowWithBordersAndPaddingEqualToMinHeight"> |
| 920 | + <annotations> |
| 921 | + <features value="PageBuilder"/> |
| 922 | + <stories value="Banner"/> |
| 923 | + <title value="Collage Left - Banner height is equal to min height"/> |
| 924 | + <description value="A user can see Banner collage left height with borders and padding is equal to min height"/> |
| 925 | + <severity value="CRITICAL"/> |
| 926 | + <useCaseId value="MC-5079"/> |
| 927 | + <testCaseId value="MC-5797"/> |
| 928 | + <group value="pagebuilder"/> |
| 929 | + <group value="pagebuilder-banner"/> |
| 930 | + <group value="pagebuilder-bannerCommon"/> |
| 931 | + </annotations> |
| 932 | + <actionGroup ref="addPageBuilderPageTitle" stepKey="enterPageTitle"> |
| 933 | + <argument name="contentType" value="PageBuilderBannerContentType"/> |
| 934 | + </actionGroup> |
| 935 | + <actionGroup ref="expandPageBuilderPanelGroup" after="enterPageTitle" stepKey="expandGroup"> |
| 936 | + <argument name="group" value="PageBuilderBannerContentType"/> |
| 937 | + </actionGroup> |
| 938 | + <actionGroup ref="dragContentTypeToStage" after="commentConfigureContentType" stepKey="dragContentTypeToStage"> |
| 939 | + <argument name="contentType" value="PageBuilderBannerContentType"/> |
| 940 | + </actionGroup> |
| 941 | + <actionGroup ref="openPageBuilderEditPanel" stepKey="openEditPanel"> |
| 942 | + <argument name="contentType" value="PageBuilderBannerContentType"/> |
| 943 | + </actionGroup> |
| 944 | + <actionGroup ref="chooseVisualSelectOption" after="openEditPanel" stepKey="enterAppearanceCollageLeftProperty"> |
| 945 | + <argument name="property" value="PageBuilderAppearance_CollageLeft"/> |
| 946 | + </actionGroup> |
| 947 | + <actionGroup ref="fillSlideOutPanelFieldGeneral" stepKey="enterMinHeightProperty"> |
| 948 | + <argument name="property" value="PageBuilderBannerMinimumHeightDefaultProperty"/> |
| 949 | + </actionGroup> |
| 950 | + <actionGroup ref="validateContentTypeHeightEqualToMinHeight" stepKey="validateContentTypeHeightBeforeSave"> |
| 951 | + <argument name="content" value="{{BannerOnBackend.wrapperCSS}}"/> |
| 952 | + </actionGroup> |
| 953 | + <actionGroup ref="validateContentTypeHeightEqualToMinHeight" stepKey="validateContentTypeHeightAfterSave"> |
| 954 | + <argument name="content" value="{{BannerOnBackend.wrapperCSS}}"/> |
| 955 | + </actionGroup> |
| 956 | + <actionGroup ref="navigateToStoreFront" stepKey="navigateToStoreFront"> |
| 957 | + <argument name="contentType" value="PageBuilderBannerContentType"/> |
| 958 | + </actionGroup> |
| 959 | + <actionGroup ref="validateContentTypeHeightEqualToMinHeight" stepKey="validateContentTypeHeightStorefront"> |
| 960 | + <argument name="content" value="{{BannerOnFrontend.wrapperCSS}}"/> |
| 961 | + </actionGroup> |
| 962 | + </test> |
919 | 963 | <test name="BannerCollageLeftUpdateAllAttributes">
|
920 | 964 | <annotations>
|
921 | 965 | <features value="PageBuilder"/>
|
|
0 commit comments