summaryrefslogtreecommitdiffstats
path: root/cypress_test/integration_tests/desktop/writer/track_changes_spec.js
diff options
context:
space:
mode:
Diffstat (limited to 'cypress_test/integration_tests/desktop/writer/track_changes_spec.js')
-rw-r--r--cypress_test/integration_tests/desktop/writer/track_changes_spec.js5
1 files changed, 3 insertions, 2 deletions
diff --git a/cypress_test/integration_tests/desktop/writer/track_changes_spec.js b/cypress_test/integration_tests/desktop/writer/track_changes_spec.js
index 8f3ff4f899..295f7fb89c 100644
--- a/cypress_test/integration_tests/desktop/writer/track_changes_spec.js
+++ b/cypress_test/integration_tests/desktop/writer/track_changes_spec.js
@@ -3,10 +3,11 @@
var helper = require('../../common/helper');
describe('Track Changes', function () {
- var testFileName = 'track_changes.odt';
+ var origTestFileName = 'track_changes.odt';
+ var testFileName;
beforeEach(function () {
- helper.beforeAll(testFileName, 'writer');
+ testFileName = helper.beforeAll(origTestFileName, 'writer');
});
afterEach(function () {