cypress: add new Save/Print test to php-proxy/NC blacklists.

Signed-off-by: Tamás Zolnai <tamas.zolnai@collabora.com>
Change-Id: Id494a522e0961894cdf9e5ce56b19b781a724974
This commit is contained in:
Tamás Zolnai 2021-01-28 13:20:22 +01:00 committed by Tamás Zolnai
parent c2620ce5cf
commit 0db412ccf0

View file

@ -60,6 +60,12 @@ var nextcloudBlackList = [
'Print'
]
],
['desktop/calc/top_toolbar_spec.js',
[
'Save.',
'Print'
]
],
['multiuser/calc/sheet_operations_user1_spec.js',
[]
],
@ -156,6 +162,11 @@ var phpProxyBlackList = [
'Save.'
]
],
['desktop/calc/top_toolbar_spec.js',
[
'Save.'
]
],
['multiuser/calc/sheet_operations_user1_spec.js',
[]
],