Skip to content

Commit 3bfbacf

Browse files
committed
Fixed the code
1 parent 5c820af commit 3bfbacf

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,8 @@ const verifyPageElements = () => {
179179
attrText: "100"
180180
});
181181

182-
cy.scrollPageToCenter();
182+
// cy.scrollPageToCenter();
183+
cy.get('.main-view').eq(0).scrollIntoView({ duration: 300 });
183184

184185
cy.verifyElement({
185186
labelElement: configurationsListBoxElements({subFeature: SETTINGS.API.DATA_LIMITS.EVENT_SEGMENTATION_VALUE_LIMIT}).SELECTED_SUBFEATURE_TITLE,

0 commit comments

Comments
 (0)