summaryrefslogtreecommitdiffstats
path: root/cypress_test/integration_tests/multiuser/impress
diff options
context:
space:
mode:
authorTamás Zolnai <tamas.zolnai@collabora.com>2020-11-18 15:19:05 +0100
committerTamás Zolnai <zolnaitamas2000@gmail.com>2020-11-19 11:02:29 +0100
commit9ff0f3e9fee8c1bc735bc5a6316d73e42f9e4238 (patch)
treec897ef6059d191090c6c7646a5c24c7e012f1af1 /cypress_test/integration_tests/multiuser/impress
parentcypress: NC: improve iframe handling a bit. (diff)
downloadonline-9ff0f3e9fee8c1bc735bc5a6316d73e42f9e4238.tar.gz
online-9ff0f3e9fee8c1bc735bc5a6316d73e42f9e4238.zip
cypress: multi-user: move this document opening gap to the make file.
Change-Id: Ib37d8d29e8965712975e27a4577a4f1b6a0e35a0 Signed-off-by: Tamás Zolnai <tamas.zolnai@collabora.com>
Diffstat (limited to 'cypress_test/integration_tests/multiuser/impress')
-rw-r--r--cypress_test/integration_tests/multiuser/impress/slide_operations_user2_spec.js3
1 files changed, 0 insertions, 3 deletions
diff --git a/cypress_test/integration_tests/multiuser/impress/slide_operations_user2_spec.js b/cypress_test/integration_tests/multiuser/impress/slide_operations_user2_spec.js
index b50cfe6d38..232fd676b0 100644
--- a/cypress_test/integration_tests/multiuser/impress/slide_operations_user2_spec.js
+++ b/cypress_test/integration_tests/multiuser/impress/slide_operations_user2_spec.js
@@ -7,9 +7,6 @@ describe('Slide operations: user-2.', {retries : 0}, function() {
var testFileName = 'slide_operations.odp';
beforeEach(function() {
- // Wait here, before loading the document.
- // Opening two clients at the same time causes an issue.
- cy.wait(5000);
helper.beforeAll(testFileName, 'impress', true);
});