3f350c6817
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
15 lines
544 B
JavaScript
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;
|