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:
parent
c2620ce5cf
commit
0db412ccf0
1 changed files with 11 additions and 0 deletions
|
@ -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',
|
||||
[]
|
||||
],
|
||||
|
|
Loading…
Reference in a new issue