summaryrefslogtreecommitdiffstats
path: root/cypress_test/integration_tests/mobile/calc/delete_objects_spec.js
diff options
context:
space:
mode:
Diffstat (limited to 'cypress_test/integration_tests/mobile/calc/delete_objects_spec.js')
-rw-r--r--cypress_test/integration_tests/mobile/calc/delete_objects_spec.js5
1 files changed, 3 insertions, 2 deletions
diff --git a/cypress_test/integration_tests/mobile/calc/delete_objects_spec.js b/cypress_test/integration_tests/mobile/calc/delete_objects_spec.js
index 439d015380..261f9e5bb1 100644
--- a/cypress_test/integration_tests/mobile/calc/delete_objects_spec.js
+++ b/cypress_test/integration_tests/mobile/calc/delete_objects_spec.js
@@ -5,7 +5,8 @@ var mobileHelper = require('../../common/mobile_helper');
var calcHelper = require('../../common/calc_helper');
describe('Delete Objects',function() {
- var testFileName = 'delete_objects.ods';
+ var origTestFileName = 'delete_objects.ods';
+ var testFileName;
var eventOptions = {
force: true,
@@ -14,7 +15,7 @@ describe('Delete Objects',function() {
};
beforeEach(function() {
- helper.beforeAll(testFileName, 'calc');
+ testFileName = helper.beforeAll(origTestFileName, 'calc');
// Click on edit button
mobileHelper.enableEditingMobile();