summaryrefslogtreecommitdiffstats
path: root/cypress_test/integration_tests/multiuser/impress
diff options
context:
space:
mode:
authorRash419 <rashesh.padia@collabora.com>2022-01-11 12:30:04 +0530
committerJan Holesovsky <holesovsky@gmail.com>2022-01-11 09:28:03 +0100
commit0bc12a54097964ebef3f3b9a3c0c49e21c6ac805 (patch)
treeada0063fd5ed29fc017f28bcdcc43fdddf5c18f3 /cypress_test/integration_tests/multiuser/impress
parentwsd: test: improve and disable TileCacheTests::testTileInvalidatedOutside (diff)
downloadonline-0bc12a54097964ebef3f3b9a3c0c49e21c6ac805.tar.gz
online-0bc12a54097964ebef3f3b9a3c0c49e21c6ac805.zip
cypress: give each multiuser test unique document
Signed-off-by: Rash419 <rashesh.padia@collabora.com> Change-Id: Ia46d0538430010e30649af76cb46846c90de8c1f
Diffstat (limited to 'cypress_test/integration_tests/multiuser/impress')
-rw-r--r--cypress_test/integration_tests/multiuser/impress/repair_document_spec.js5
1 files changed, 3 insertions, 2 deletions
diff --git a/cypress_test/integration_tests/multiuser/impress/repair_document_spec.js b/cypress_test/integration_tests/multiuser/impress/repair_document_spec.js
index b33eb44d44..6da35a2ae7 100644
--- a/cypress_test/integration_tests/multiuser/impress/repair_document_spec.js
+++ b/cypress_test/integration_tests/multiuser/impress/repair_document_spec.js
@@ -2,10 +2,11 @@
var helper = require('../../common/helper');
describe.skip('Repair Document', function() {
- var testFileName = 'repair_doc.odp';
+ var origTestFileName = 'repair_doc.odp';
+ var testFileName;
beforeEach(function() {
- helper.beforeAll(testFileName, 'impress', undefined, true);
+ testFileName = helper.beforeAll(origTestFileName, 'impress', undefined, true);
});
afterEach(function() {