summaryrefslogtreecommitdiffstats
path: root/cypress_test/plugins
diff options
context:
space:
mode:
authorTamás Zolnai <tamas.zolnai@collabora.com>2020-11-05 19:26:37 +0100
committerTamás Zolnai <zolnaitamas2000@gmail.com>2020-11-24 20:11:45 +0100
commit957b7df7fbf4125e7201d814a2a35bb2a974484b (patch)
tree8276fc73190177a8507c6142064cf846f936b226 /cypress_test/plugins
parentCreated cypress test for Save, Print, Redo/Undo and Show/Hide sidebar in Desk... (diff)
downloadonline-957b7df7fbf4125e7201d814a2a35bb2a974484b.tar.gz
online-957b7df7fbf4125e7201d814a2a35bb2a974484b.zip
cypress: NC: disable new Saving test.
We need to do this differently in an NC environment. Change-Id: I260fbe42851794e630be327bc25ec34201cad36c Signed-off-by: Tamás Zolnai <tamas.zolnai@collabora.com> (cherry picked from commit 3c0abda0e4acb8f402d1c224388c67b869dd0b31)
Diffstat (limited to 'cypress_test/plugins')
-rw-r--r--cypress_test/plugins/blacklists.js3
1 files changed, 2 insertions, 1 deletions
diff --git a/cypress_test/plugins/blacklists.js b/cypress_test/plugins/blacklists.js
index 3006e069d6..ab892b2325 100644
--- a/cypress_test/plugins/blacklists.js
+++ b/cypress_test/plugins/blacklists.js
@@ -92,7 +92,8 @@ var nextcloudBlackList = [
],
['desktop/writer/top_toolbar_spec.js',
[
- 'Insert image.'
+ 'Insert image.',
+ 'Save.'
]
],
['multiuser/calc/sheet_operations_user1_spec.js',