|
990 | 990 | <argument name="pinIndex" value="2"/>
|
991 | 991 | </actionGroup>
|
992 | 992 | </test>
|
| 993 | + <test name="MapWithBordersAndPaddingEqualToHeight" extends="RowWithBordersAndPaddingEqualToMinHeight"> |
| 994 | + <annotations> |
| 995 | + <features value="PageBuilder"/> |
| 996 | + <stories value="Map"/> |
| 997 | + <title value="Map height with borders and padding is equal to height"/> |
| 998 | + <description value="A user can see Map height with borders and padding is equal to height"/> |
| 999 | + <severity value="CRITICAL"/> |
| 1000 | + <useCaseId value="MC-5079"/> |
| 1001 | + <testCaseId value="MC-5793"/> |
| 1002 | + <group value="pagebuilder"/> |
| 1003 | + <group value="pagebuilder-map"/> |
| 1004 | + <group value="pagebuilder-mapCommon"/> |
| 1005 | + </annotations> |
| 1006 | + <actionGroup ref="addPageBuilderPageTitle" stepKey="enterPageTitle"> |
| 1007 | + <argument name="contentType" value="PageBuilderMapContentType"/> |
| 1008 | + </actionGroup> |
| 1009 | + <actionGroup ref="expandPageBuilderPanelGroup" after="enterPageTitle" stepKey="expandGroup"> |
| 1010 | + <argument name="group" value="PageBuilderMapContentType"/> |
| 1011 | + </actionGroup> |
| 1012 | + <actionGroup ref="dragContentTypeToStage" after="commentConfigureContentType" stepKey="dragContentTypeToStage"> |
| 1013 | + <argument name="contentType" value="PageBuilderMapContentType"/> |
| 1014 | + </actionGroup> |
| 1015 | + <actionGroup ref="openPageBuilderEditPanel" stepKey="openEditPanel"> |
| 1016 | + <argument name="contentType" value="PageBuilderMapContentType"/> |
| 1017 | + </actionGroup> |
| 1018 | + <actionGroup ref="clickAddLocationButton" after="openEditPanel" stepKey="clickAddLocationButton"/> |
| 1019 | + <actionGroup ref="clickMapToAddOrMovePin" after="clickAddLocationButton" stepKey="addMapPin"/> |
| 1020 | + <actionGroup ref="fillSlideOutPanelFieldGeneral" after="addMapPin" stepKey="enterLocationName"> |
| 1021 | + <argument name="property" value="PageBuilderMapLocationName_TestLocation"/> |
| 1022 | + </actionGroup> |
| 1023 | + <actionGroup ref="saveLocationForm" after="enterLocationName" stepKey="saveLocationForm"/> |
| 1024 | + <actionGroup ref="fillSlideOutPanelFieldGeneral" stepKey="enterMinHeightProperty"> |
| 1025 | + <argument name="property" value="PageBuilderMapHeightDefaultProperty"/> |
| 1026 | + </actionGroup> |
| 1027 | + <actionGroup ref="validateContentTypeHeightEqualToMinHeight" stepKey="validateContentTypeHeightBeforeSave"> |
| 1028 | + <argument name="content" value="{{MapOnStage.mainCSS}}"/> |
| 1029 | + </actionGroup> |
| 1030 | + <actionGroup ref="validateContentTypeHeightEqualToMinHeight" stepKey="validateContentTypeHeightAfterSave"> |
| 1031 | + <argument name="content" value="{{MapOnStage.mainCSS}}"/> |
| 1032 | + </actionGroup> |
| 1033 | + <actionGroup ref="navigateToStoreFront" stepKey="navigateToStoreFront"> |
| 1034 | + <argument name="contentType" value="PageBuilderMapContentType"/> |
| 1035 | + </actionGroup> |
| 1036 | + <actionGroup ref="validateContentTypeHeightEqualToMinHeight" stepKey="validateContentTypeHeightStorefront"> |
| 1037 | + <argument name="content" value="{{MapOnStorefront.baseCSS}}"/> |
| 1038 | + </actionGroup> |
| 1039 | + </test> |
993 | 1040 | <test name="MapDuplicate">
|
994 | 1041 | <annotations>
|
995 | 1042 | <features value="PageBuilder"/>
|
|
0 commit comments