File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
ui-tests/cypress/lib/dashboard/manage/configurations Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -179,13 +179,13 @@ const verifyPageElements = () => {
179179 attrText : "100"
180180 } ) ;
181181
182+ cy . scrollPageToCenter ( ) ;
183+
182184 cy . verifyElement ( {
183185 labelElement : configurationsListBoxElements ( { subFeature : SETTINGS . API . DATA_LIMITS . EVENT_SEGMENTATION_VALUE_LIMIT } ) . SELECTED_SUBFEATURE_TITLE ,
184186 labelText : "Max unique values in each segmentation" ,
185187 } ) ;
186188
187- cy . scrollPageToCenter ( ) ;
188-
189189 cy . verifyElement ( {
190190 labelElement : configurationsListBoxElements ( { subFeature : SETTINGS . API . DATA_LIMITS . EVENT_SEGMENTATION_VALUE_LIMIT } ) . SELECTED_SUBFEATURE_DESCRIPTION ,
191191 labelText : "Maximum number of unique values in each segmentation. Increasing this number may affect your server performance." ,
You can’t perform that action at this time.
0 commit comments