libreoffice-online/cypress_test/plugins/whitelists.js
Rash419 70afec5bfb cypress:added table_operation tests for writer and impress
Signed-off-by: Rash419 <rashesh.padia@collabora.com>
Change-Id: Ife9398bc6b2fe92aafe9df3b26a99c47b04f8a16
2021-06-22 13:15:32 +05:30

8 lines
257 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',
];
module.exports.notebookbarOnlyList = notebookbarOnlyList;