diff --git a/cypress_test/plugins/blacklists.js b/cypress_test/plugins/blacklists.js index ec1f9dcfe..91cc1c0ca 100644 --- a/cypress_test/plugins/blacklists.js +++ b/cypress_test/plugins/blacklists.js @@ -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', [] ],