Skip to content

Commit 07250f3

Browse files
committed
Fixed the code
1 parent d83f4da commit 07250f3

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -329,7 +329,7 @@ const verifyPageElements = () => {
329329
value: "every hour"
330330
});
331331

332-
cy.scrollPageToBottom();
332+
cy.scrollPageBy10cm();
333333

334334
cy.verifyElement({
335335
labelElement: configurationsListBoxElements({subFeature: SETTINGS.API.OTHER_API_SETTINGS.REQUEST_THRESHOLD}).SELECTED_SUBFEATURE_TITLE,
@@ -396,6 +396,8 @@ const verifyPageElements = () => {
396396
labelElement: configurationsListBoxElements({subFeature: SETTINGS.API.OTHER_API_SETTINGS.COUNTRY_DATA}).SELECTED_SUBFEATURE_TITLE,
397397
labelText: "Track country data",
398398
});
399+
400+
cy.scrollPageBy10cm();
399401

400402
cy.verifyElement({
401403
labelElement: configurationsListBoxElements({subFeature: SETTINGS.API.OTHER_API_SETTINGS.COUNTRY_DATA}).SELECTED_SUBFEATURE_DESCRIPTION,

0 commit comments

Comments
 (0)