libreoffice-online/cypress_test/plugins/whitelists.js
Rash419 3f350c6817 cypress: added new tests
for desktop:
added split cell test in table_operation_spec.js for writer, impress
added Image Resize test for writer, impress, calc
added Page break test in top_toolbar_spec.js
added NB support to the image_operation_spec.js

for mobile:
added merge row/column test in impress/table_operation_spec.js

Signed-off-by: Rash419 <rashesh.padia@collabora.com>
Change-Id: I9b3ccf124f49a2c33f2c1ca3c7c9106d09710bb4
2022-01-26 16:51:13 +05:30

15 lines
544 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',
'desktop/calc/row_column_operation_spec.js',
'desktop/impress/image_operation_spec.js',
'desktop/calc/image_operation_spec.js',
'desktop/writer/image_operation_spec.js',
];
module.exports.notebookbarOnlyList = notebookbarOnlyList;