summaryrefslogtreecommitdiffstats
path: root/cypress_test
diff options
context:
space:
mode:
authorRash419 <rashesh.padia@collabora.com>2022-03-08 16:21:42 +0530
committerRashesh Padia <rasheshpadia419@gmail.com>2022-03-08 18:29:15 +0530
commit25ca214ea8169ce38ee4d0734805b238e3376175 (patch)
tree415f47a5f5752136b5bd89fb455cec14496c4b5b /cypress_test
parentMobile combobox use font-size var (diff)
downloadonline-25ca214ea8169ce38ee4d0734805b238e3376175.tar.gz
online-25ca214ea8169ce38ee4d0734805b238e3376175.zip
cypress:fix: coordinate based test failing
writer/shape_properties_spec.js impress/scrolling_spec.js Signed-off-by: Rash419 <rashesh.padia@collabora.com> Change-Id: Ib576e9f4d90ec53dc21c2955d61e8ee85bd3e2ca
Diffstat (limited to 'cypress_test')
-rw-r--r--cypress_test/integration_tests/desktop/impress/scrolling_spec.js2
-rw-r--r--cypress_test/integration_tests/mobile/writer/shape_properties_spec.js2
2 files changed, 2 insertions, 2 deletions
diff --git a/cypress_test/integration_tests/desktop/impress/scrolling_spec.js b/cypress_test/integration_tests/desktop/impress/scrolling_spec.js
index 6ef7b18822..ccd921184b 100644
--- a/cypress_test/integration_tests/desktop/impress/scrolling_spec.js
+++ b/cypress_test/integration_tests/desktop/impress/scrolling_spec.js
@@ -70,6 +70,6 @@ describe('Scroll through document', function() {
helper.typeIntoDocument('{end}');
- desktopHelper.assertScrollbarPosition('horizontal', 581, 660);
+ desktopHelper.assertScrollbarPosition('horizontal', 540, 660);
});
});
diff --git a/cypress_test/integration_tests/mobile/writer/shape_properties_spec.js b/cypress_test/integration_tests/mobile/writer/shape_properties_spec.js
index d281e197cc..11b2408b16 100644
--- a/cypress_test/integration_tests/mobile/writer/shape_properties_spec.js
+++ b/cypress_test/integration_tests/mobile/writer/shape_properties_spec.js
@@ -4,7 +4,7 @@ var helper = require('../../common/helper');
var mobileHelper = require('../../common/mobile_helper');
describe('Change shape properties via mobile wizard.', function() {
- const defaultStartPoint = [1953, 4717];
+ const defaultStartPoint = [1953, 4796];
const defaultBase = 5992;
const defaultAltitude = 5992;
const unitScale = 2540.37;