summaryrefslogtreecommitdiffstats
path: root/cypress_test/integration_tests/desktop/calc
diff options
context:
space:
mode:
authoruser <szymon.klos@collabora.com>2022-11-09 12:38:47 +0100
committerGökay ŞATIR <gokaysatir@gmail.com>2022-11-10 12:12:10 +0300
commitf5513da43ea37127d90e69073e2a932b7976f650 (patch)
tree519bdb07672df8e09bde7d6d7f7e97062b8af070 /cypress_test/integration_tests/desktop/calc
parentDon't mix mouse move and auto-scroll-to-point handling (diff)
downloadonline-f5513da43ea37127d90e69073e2a932b7976f650.tar.gz
online-f5513da43ea37127d90e69073e2a932b7976f650.zip
cypress: adjust desktop/calc/scrolling_spec.js
Signed-off-by: user <szymon.klos@collabora.com> Change-Id: I6592908543595b182ca632c871ca8b2f30687800
Diffstat (limited to 'cypress_test/integration_tests/desktop/calc')
-rw-r--r--cypress_test/integration_tests/desktop/calc/scrolling_spec.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/cypress_test/integration_tests/desktop/calc/scrolling_spec.js b/cypress_test/integration_tests/desktop/calc/scrolling_spec.js
index b76b1f6209..c32af05309 100644
--- a/cypress_test/integration_tests/desktop/calc/scrolling_spec.js
+++ b/cypress_test/integration_tests/desktop/calc/scrolling_spec.js
@@ -43,6 +43,6 @@ describe('Scroll through document', function() {
cy.wait(500);
- desktopHelper.assertScrollbarPosition('horizontal', 121, 148);
+ desktopHelper.assertScrollbarPosition('horizontal', 250, 270);
});
});