libreoffice-online/cypress_test/plugins/whitelists.js
Rash419 b04e6c4544 cypress: make annotation specs compaitable with NB
loleaflet: added annotation button to impress classic

Signed-off-by: Rash419 <rashesh.padia@collabora.com>
Change-Id: I76f70262c13896ccb5bd41f68ac12b337db7f7c2
2021-08-30 17:23:07 +05:30

11 lines
370 B
JavaScript

var notebookbarOnlyList = [
'desktop/writer/top_toolbar_spec.js',
'desktop/calc/cell_appearance_spec.js',
'desktop/writer/table_operation_spec.js',
'desktop/impress/table_operation_spec.js',
'desktop/writer/annotation_spec.js',
'desktop/calc/annotation_spec.js',
'desktop/impress/annotation_spec.js',
];
module.exports.notebookbarOnlyList = notebookbarOnlyList;