summaryrefslogtreecommitdiffstats
path: root/cypress_test/integration_tests
diff options
context:
space:
mode:
authorRash419 <rashesh.padia@collabora.com>2021-12-17 18:55:58 +0530
committerpedropintosilva <65948705+pedropintosilva@users.noreply.github.com>2021-12-17 15:28:43 +0100
commit9b6f5226e1072ef581fadeeeb309b3d9ec0c518b (patch)
treee3a49efaa767122a427351ffa199ba487e80eb47 /cypress_test/integration_tests
parentMobile: Fix BottomToolbar height (diff)
downloadonline-9b6f5226e1072ef581fadeeeb309b3d9ec0c518b.tar.gz
online-9b6f5226e1072ef581fadeeeb309b3d9ec0c518b.zip
cypress: changed defaultStartPoint in writer/shape_properties_spec.js
Signed-off-by: Rash419 <rashesh.padia@collabora.com> Change-Id: Id2cdc03005c4f57f31368e1a94388f1ca6511ee2
Diffstat (limited to 'cypress_test/integration_tests')
-rw-r--r--cypress_test/integration_tests/mobile/writer/shape_properties_spec.js2
1 files changed, 1 insertions, 1 deletions
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 2f2e888658..d5dda50f43 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, 4875];
+ const defaultStartPoint = [1953, 4800];
const defaultBase = 5992;
const defaultAltitude = 5992;
const unitScale = 2540.37;