1949cad473
Change-Id: I8c3db014daa00608351156c1de8d615b30314701 Reviewed-on: https://gerrit.libreoffice.org/c/online/+/96605 Tested-by: Jenkins Tested-by: Jenkins CollaboraOffice <jenkinscollaboraoffice@gmail.com> Reviewed-by: Tamás Zolnai <tamas.zolnai@collabora.com>
87 lines
1.7 KiB
JavaScript
87 lines
1.7 KiB
JavaScript
var testBlackLists = {
|
|
'master': [
|
|
['mobile/writer/table_properties_spec.js',
|
|
[]
|
|
],
|
|
['mobile/writer/shape_properties_spec.js',
|
|
[
|
|
'Change size with keep ratio enabled.',
|
|
'Change line color',
|
|
'Change line style',
|
|
'Change line width',
|
|
'Change line transparency',
|
|
'Arrow style items are hidden.'
|
|
]
|
|
],
|
|
['mobile/writer/apply_paragraph_properties_spec.js',
|
|
[
|
|
'Apply default bulleting.',
|
|
'Apply default numbering.',
|
|
'Apply background color.'
|
|
]
|
|
],
|
|
['mobile/writer/insert_object_spec.js',
|
|
[
|
|
'Insert default table.',
|
|
'Insert custom table.'
|
|
]
|
|
],
|
|
['mobile/writer/apply_font_spec.js',
|
|
[
|
|
'Insert default table.',
|
|
'Insert custom table.'
|
|
]
|
|
],
|
|
['mobile/calc/number_format_spec.js',
|
|
[
|
|
'Select percent format from list.',
|
|
'Push percent button.',
|
|
'Select currency format from list.',
|
|
'Push currency button.',
|
|
'Push number button.'
|
|
]
|
|
],
|
|
],
|
|
|
|
'cp-6-4': [
|
|
['mobile/calc/apply_font_spec.js',
|
|
[
|
|
'Apply font size.'
|
|
]
|
|
],
|
|
['mobile/writer/apply_font_spec.js',
|
|
[
|
|
'Apply font size.'
|
|
]
|
|
],
|
|
['mobile/impress/apply_font_spec.js',
|
|
[
|
|
'Change font size of selected text.',
|
|
'Change font size of text shape.'
|
|
]
|
|
],
|
|
['mobile/writer/table_properties_spec.js',
|
|
[]
|
|
],
|
|
['mobile/writer/hamburger_menu_spec.js',
|
|
[
|
|
'Page setup: change paper size.',
|
|
'Page setup: change paper width.',
|
|
'Page setup: change paper height.',
|
|
'Page setup: change orientation.',
|
|
'Page setup: change margin.'
|
|
]
|
|
],
|
|
],
|
|
|
|
'cp-6-2': [
|
|
['mobile/impress/apply_font_spec.js',
|
|
[]
|
|
],
|
|
['mobile/impress/apply_paragraph_props_spec.js',
|
|
[]
|
|
],
|
|
]
|
|
};
|
|
|
|
module.exports.testBlackLists = testBlackLists;
|