cypress: adjust desktop/calc/scrolling_spec.js

Signed-off-by: user <szymon.klos@collabora.com>
Change-Id: I6592908543595b182ca632c871ca8b2f30687800
pull/5453/head
user 2022-11-09 12:38:47 +01:00 committed by Gökay ŞATIR
parent 101daccc5e
commit f5513da43e
1 changed files with 1 additions and 1 deletions

View File

@ -43,6 +43,6 @@ describe('Scroll through document', function() {
cy.wait(500);
desktopHelper.assertScrollbarPosition('horizontal', 121, 148);
desktopHelper.assertScrollbarPosition('horizontal', 250, 270);
});
});