We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5c820af commit 3bfbacfCopy full SHA for 3bfbacf
ui-tests/cypress/lib/dashboard/manage/configurations/configurations.js
@@ -179,7 +179,8 @@ const verifyPageElements = () => {
179
attrText: "100"
180
});
181
182
- cy.scrollPageToCenter();
+ // cy.scrollPageToCenter();
183
+ cy.get('.main-view').eq(0).scrollIntoView({ duration: 300 });
184
185
cy.verifyElement({
186
labelElement: configurationsListBoxElements({subFeature: SETTINGS.API.DATA_LIMITS.EVENT_SEGMENTATION_VALUE_LIMIT}).SELECTED_SUBFEATURE_TITLE,
0 commit comments