summaryrefslogtreecommitdiffstats
path: root/cypress_test/integration_tests
diff options
context:
space:
mode:
authorPedro Pinto Silva <pedro.silva@collabora.com>2022-02-11 16:11:38 +0100
committerpedropintosilva <65948705+pedropintosilva@users.noreply.github.com>2022-02-11 20:25:55 +0100
commit1c61762b70b158f71377462718b75f2c6f47aaf5 (patch)
treedc5d546c53a8044ce057f5ad95837532cb9db8d7 /cypress_test/integration_tests
parentsidebar spinfieldcontainer var color and hover (diff)
downloadonline-1c61762b70b158f71377462718b75f2c6f47aaf5.tar.gz
online-1c61762b70b158f71377462718b75f2c6f47aaf5.zip
cypress: fix: impress scrolling_spec range for assertion
Signed-off-by: Pedro Pinto Silva <pedro.silva@collabora.com> Change-Id: Id1efc7086a03d742d883a66607e713e6db861b7c
Diffstat (limited to 'cypress_test/integration_tests')
-rw-r--r--cypress_test/integration_tests/desktop/impress/scrolling_spec.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/cypress_test/integration_tests/desktop/impress/scrolling_spec.js b/cypress_test/integration_tests/desktop/impress/scrolling_spec.js
index 9902c419ee..6ef7b18822 100644
--- a/cypress_test/integration_tests/desktop/impress/scrolling_spec.js
+++ b/cypress_test/integration_tests/desktop/impress/scrolling_spec.js
@@ -49,7 +49,7 @@ describe('Scroll through document', function() {
desktopHelper.pressKey(18,'downarrow');
- desktopHelper.assertScrollbarPosition('vertical', 335, 384);
+ desktopHelper.assertScrollbarPosition('vertical', 306, 355);
});
it('Scrolling to left/right', function() {