Skip to content

Commit d248ee6

Browse files
committed
Updated scroll page location
1 parent d08b411 commit d248ee6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ui-tests/cypress/lib/dashboard/manage/configurations/configurations.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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.",

0 commit comments

Comments
 (0)