|
703 | 703 | <argument name="margin" value="PageBuilderMarginsPropertyUnique"/> |
704 | 704 | <argument name="padding" value="PageBuilderPaddingPropertyUnique"/> |
705 | 705 | </actionGroup> |
| 706 | + <actionGroup ref="validateContentTypeHeightEqualToMinHeight" stepKey="validateContentTypeHeight"> |
| 707 | + <argument name="content" value="{{MapOnStage.mainCSS}}"/> |
| 708 | + <argument name="height" value="PageBuilderMapHeightProperty350"/> |
| 709 | + </actionGroup> |
706 | 710 | <!-- Validate Edit Panel After Save --> |
707 | 711 | <comment userInput="Validate Edit Panel After Save" stepKey="commentValidateEditPanel"/> |
708 | 712 | <actionGroup ref="openPageBuilderEditPanel" stepKey="openEditMenuOnStage"> |
|
855 | 859 | <argument name="margin" value="PageBuilderMarginsPropertyUnique"/> |
856 | 860 | <argument name="padding" value="PageBuilderPaddingPropertyUnique"/> |
857 | 861 | </actionGroup> |
858 | | - </test> |
859 | | - <test name="MapWithBordersAndPaddingEqualToHeight" extends="RowWithBordersAndPaddingEqualToMinHeight"> |
860 | | - <annotations> |
861 | | - <features value="PageBuilder"/> |
862 | | - <stories value="Map"/> |
863 | | - <title value="Map height with borders and padding is equal to height"/> |
864 | | - <description value="A user can see Map height with borders and padding is equal to height"/> |
865 | | - <severity value="MAJOR"/> |
866 | | - <useCaseId value="MC-5079"/> |
867 | | - <testCaseId value="MC-5793"/> |
868 | | - <group value="pagebuilder"/> |
869 | | - <group value="pagebuilder-map"/> |
870 | | - <group value="pagebuilder-mapCommon"/> |
871 | | - </annotations> |
872 | | - <actionGroup ref="addPageBuilderPageTitle" stepKey="enterPageTitle"> |
873 | | - <argument name="contentType" value="PageBuilderMapContentType"/> |
874 | | - </actionGroup> |
875 | | - <actionGroup ref="expandPageBuilderPanelGroup" after="enterPageTitle" stepKey="expandGroup"> |
876 | | - <argument name="group" value="PageBuilderMapContentType"/> |
877 | | - </actionGroup> |
878 | | - <actionGroup ref="dragContentTypeToStage" after="commentConfigureContentType" stepKey="dragContentTypeToStage"> |
879 | | - <argument name="contentType" value="PageBuilderMapContentType"/> |
880 | | - </actionGroup> |
881 | | - <actionGroup ref="openPageBuilderEditPanel" stepKey="openEditPanel"> |
882 | | - <argument name="contentType" value="PageBuilderMapContentType"/> |
883 | | - </actionGroup> |
884 | | - <actionGroup ref="clickAddLocationButton" after="openEditPanel" stepKey="clickAddLocationButton"/> |
885 | | - <actionGroup ref="clickMapToAddOrMovePin" after="clickAddLocationButton" stepKey="addMapPin"/> |
886 | | - <actionGroup ref="fillSlideOutPanelFieldGeneral" after="addMapPin" stepKey="enterLocationName"> |
887 | | - <argument name="property" value="PageBuilderMapLocationName_TestLocation"/> |
888 | | - </actionGroup> |
889 | | - <actionGroup ref="saveLocationForm" after="enterLocationName" stepKey="saveLocationForm"/> |
890 | | - <actionGroup ref="fillSlideOutPanelFieldGeneral" stepKey="enterMinHeightProperty"> |
891 | | - <argument name="property" value="PageBuilderMapHeightDefaultProperty"/> |
892 | | - </actionGroup> |
893 | | - <actionGroup ref="validateContentTypeHeightEqualToMinHeight" stepKey="validateContentTypeHeightBeforeSave"> |
894 | | - <argument name="content" value="{{MapOnStage.mainCSS}}"/> |
895 | | - </actionGroup> |
896 | | - <actionGroup ref="validateContentTypeHeightEqualToMinHeight" stepKey="validateContentTypeHeightAfterSave"> |
897 | | - <argument name="content" value="{{MapOnStage.mainCSS}}"/> |
898 | | - </actionGroup> |
899 | | - <actionGroup ref="navigateToStoreFront" stepKey="navigateToStoreFront"> |
900 | | - <argument name="contentType" value="PageBuilderMapContentType"/> |
901 | | - </actionGroup> |
902 | 862 | <actionGroup ref="validateContentTypeHeightEqualToMinHeight" stepKey="validateContentTypeHeightStorefront"> |
903 | 863 | <argument name="content" value="{{MapOnStorefront.baseCSS}}"/> |
| 864 | + <argument name="height" value="PageBuilderMapHeightProperty350"/> |
904 | 865 | </actionGroup> |
905 | 866 | </test> |
906 | 867 | <test name="MapDuplicate"> |
|
0 commit comments