|
90 | 90 | <dontSeeElement selector="{{RowOnStorefront.rowStyle('1', PageBuilderMinHeightProperty_500.style)}}" stepKey="seeRow1MinHeightApplied"/>
|
91 | 91 | <seeElement selector="{{RowOnStorefront.rowStyle('1', PageBuilderVerticalAlignmentPropertyTop.style)}}" stepKey="seeRow1VerticalAlignmentTopApplied"/>
|
92 | 92 | </test>
|
| 93 | + <test name="RowMinHeightInvalidInputs"> |
| 94 | + <annotations> |
| 95 | + <features value="PageBuilder"/> |
| 96 | + <stories value="Row"/> |
| 97 | + <title value="Row Min Height Invalid Inputs"/> |
| 98 | + <description value="A user cannot submit a non-numeric min height"/> |
| 99 | + <severity value="CRITICAL"/> |
| 100 | + <useCaseId value="MC-914"/> |
| 101 | + <testCaseId value="MC-2391"/> |
| 102 | + <group value="pagebuilder"/> |
| 103 | + <group value="pagebuilder-row"/> |
| 104 | + <group value="pagebuilder-rowLayout"/> |
| 105 | + </annotations> |
| 106 | + <before> |
| 107 | + <actionGroup ref="LoginAsAdmin" stepKey="loginAsAdmin"/> |
| 108 | + <actionGroup ref="navigateToAPageWithPageBuilder" stepKey="navigateToAPageWithPageBuilder"/> |
| 109 | + <actionGroup ref="switchToPageBuilderStage" stepKey="switchToPageBuilderStage"/> |
| 110 | + </before> |
| 111 | + <after> |
| 112 | + <actionGroup ref="logout" stepKey="logout"/> |
| 113 | + </after> |
| 114 | + <actionGroup ref="openPageBuilderEditPanelByIndex" stepKey="openEditPanelForFirstRow"> |
| 115 | + <argument name="contentType" value="PageBuilderRowContentType"/> |
| 116 | + <argument name="contentTypeIndex" value="1"/> |
| 117 | + </actionGroup> |
| 118 | + <!-- Enter Height: NonNumeric --> |
| 119 | + <comment userInput="Enter Height: NonNumeric" stepKey="commentEnterHeightNonNumeric"/> |
| 120 | + <actionGroup ref="fillSlideOutPanelFieldAndExpectToSeeErrorInFieldset" stepKey="enterMinHeightPropertyFirstRowNonNumeric"> |
| 121 | + <argument name="property" value="PageBuilderMinHeight_NonNumeric"/> |
| 122 | + </actionGroup> |
| 123 | + <actionGroup ref="saveEditPanelAndValidateFieldError" stepKey="validateErrorNonNumeric"> |
| 124 | + <argument name="property" value="PageBuilderMinHeight_NonNumeric"/> |
| 125 | + </actionGroup> |
| 126 | + </test> |
93 | 127 | <test name="RowContentIsVerticallyAligned">
|
94 | 128 | <annotations>
|
95 | 129 | <features value="PageBuilder"/>
|
|
0 commit comments