summaryrefslogtreecommitdiffstats
path: root/cypress_test/integration_tests/desktop/impress/image_operation_spec.js
diff options
context:
space:
mode:
Diffstat (limited to 'cypress_test/integration_tests/desktop/impress/image_operation_spec.js')
-rw-r--r--cypress_test/integration_tests/desktop/impress/image_operation_spec.js5
1 files changed, 3 insertions, 2 deletions
diff --git a/cypress_test/integration_tests/desktop/impress/image_operation_spec.js b/cypress_test/integration_tests/desktop/impress/image_operation_spec.js
index 7f2a7d1701..e034b6336c 100644
--- a/cypress_test/integration_tests/desktop/impress/image_operation_spec.js
+++ b/cypress_test/integration_tests/desktop/impress/image_operation_spec.js
@@ -4,10 +4,11 @@ var helper = require('../../common/helper');
var { insertImage, deleteImage } = require('../../common/desktop_helper');
describe('Image Operation Tests', function() {
- var testFileName = 'image_operation.odp';
+ var origTestFileName = 'image_operation.odp';
+ var testFileName;
beforeEach(function() {
- helper.beforeAll(testFileName, 'impress');
+ testFileName = helper.beforeAll(origTestFileName, 'impress');
});
afterEach(function() {