summaryrefslogtreecommitdiffstats
path: root/cypress_test/integration_tests/desktop/writer/apply_paragraph_properties_spec.js
diff options
context:
space:
mode:
Diffstat (limited to 'cypress_test/integration_tests/desktop/writer/apply_paragraph_properties_spec.js')
-rw-r--r--cypress_test/integration_tests/desktop/writer/apply_paragraph_properties_spec.js5
1 files changed, 3 insertions, 2 deletions
diff --git a/cypress_test/integration_tests/desktop/writer/apply_paragraph_properties_spec.js b/cypress_test/integration_tests/desktop/writer/apply_paragraph_properties_spec.js
index b4a2cec48b..4d264fe7e4 100644
--- a/cypress_test/integration_tests/desktop/writer/apply_paragraph_properties_spec.js
+++ b/cypress_test/integration_tests/desktop/writer/apply_paragraph_properties_spec.js
@@ -4,10 +4,11 @@ var helper = require('../../common/helper');
var writerHelper = require('../../common/writer_helper');
describe('Apply paragraph properties.', function() {
- var testFileName = 'apply_paragraph_properties.odt';
+ var origTestFileName = 'apply_paragraph_properties.odt';
+ var testFileName;
beforeEach(function() {
- helper.beforeAll(testFileName, 'writer');
+ testFileName = helper.beforeAll(origTestFileName, 'writer');
writerHelper.selectAllTextOfDoc();
});