summaryrefslogtreecommitdiffstats
path: root/cypress_test/integration_tests/desktop/calc/annotation_spec.js
diff options
context:
space:
mode:
Diffstat (limited to 'cypress_test/integration_tests/desktop/calc/annotation_spec.js')
-rw-r--r--cypress_test/integration_tests/desktop/calc/annotation_spec.js5
1 files changed, 3 insertions, 2 deletions
diff --git a/cypress_test/integration_tests/desktop/calc/annotation_spec.js b/cypress_test/integration_tests/desktop/calc/annotation_spec.js
index cef76d4250..2cc1f9a2ac 100644
--- a/cypress_test/integration_tests/desktop/calc/annotation_spec.js
+++ b/cypress_test/integration_tests/desktop/calc/annotation_spec.js
@@ -3,10 +3,11 @@ var helper = require('../../common/helper');
var { insertMultipleComment } = require('../../common/desktop_helper');
describe('Annotation Tests', function() {
- var testFileName = 'annotation.ods';
+ var origTestFileName = 'annotation.ods';
+ var testFileName;
beforeEach(function() {
- helper.beforeAll(testFileName, 'calc');
+ testFileName = helper.beforeAll(origTestFileName, 'calc');
});
afterEach(function() {