0 files changed
New commits:
commit 3a270671ff67e2f319be5e1973245fe9846ba313
Author: Noel Grandin <
noel.g...@collabora.co.uk>
AuthorDate: Wed May 6 13:47:41 2026 +0200
Commit: Noel Grandin <
noel.g...@collabora.com>
CommitDate: Fri May 8 09:11:17 2026 +0000
split cypress tests into subfolders to increase parallelism
Our makefiles run each folder of cypress tests as a single process,
so we can only do as much parallelism as we have folders.
So split the writer and calc tests into different
folders, since those are the largest test folders by fair.
I just did a simple split putting roughly equal numbers
in each new folder.
Will still need a small adjustment to the jenkins
script to take advantage of this (because it is currently using -j4)
Change-Id: I879e2d4eea2ddd35a9ee95398a7bdb60d838fc0e
Reviewed-on:
https://gerrit.collaboraoffice.com/c/online/+/2091
Reviewed-by: Mohit Marathe <
mohit....@collabora.com>
Tested-by: Jenkins CPCI <
rel...@collaboraoffice.com>
diff --git a/cypress_test/integration_tests/desktop/calc/a11y_dialog_spec.js b/cypress_test/integration_tests/desktop/calc1/a11y_dialog_spec.js
similarity index 100%
rename from cypress_test/integration_tests/desktop/calc/a11y_dialog_spec.js
rename to cypress_test/integration_tests/desktop/calc1/a11y_dialog_spec.js
diff --git a/cypress_test/integration_tests/desktop/calc/a11y_notebookbar_spec.js b/cypress_test/integration_tests/desktop/calc1/a11y_notebookbar_spec.js
similarity index 100%
rename from cypress_test/integration_tests/desktop/calc/a11y_notebookbar_spec.js
rename to cypress_test/integration_tests/desktop/calc1/a11y_notebookbar_spec.js
diff --git a/cypress_test/integration_tests/desktop/calc/a11y_sidebar_spec.js b/cypress_test/integration_tests/desktop/calc1/a11y_sidebar_spec.js
similarity index 100%
rename from cypress_test/integration_tests/desktop/calc/a11y_sidebar_spec.js
rename to cypress_test/integration_tests/desktop/calc1/a11y_sidebar_spec.js
diff --git a/cypress_test/integration_tests/desktop/calc/annotation_spec.js b/cypress_test/integration_tests/desktop/calc1/annotation_spec.js
similarity index 100%
rename from cypress_test/integration_tests/desktop/calc/annotation_spec.js
rename to cypress_test/integration_tests/desktop/calc1/annotation_spec.js
diff --git a/cypress_test/integration_tests/desktop/calc/autofilter_spec.js b/cypress_test/integration_tests/desktop/calc1/autofilter_spec.js
similarity index 100%
rename from cypress_test/integration_tests/desktop/calc/autofilter_spec.js
rename to cypress_test/integration_tests/desktop/calc1/autofilter_spec.js
diff --git a/cypress_test/integration_tests/desktop/calc/bottom_bar_spec.js b/cypress_test/integration_tests/desktop/calc1/bottom_bar_spec.js
similarity index 100%
rename from cypress_test/integration_tests/desktop/calc/bottom_bar_spec.js
rename to cypress_test/integration_tests/desktop/calc1/bottom_bar_spec.js
diff --git a/cypress_test/integration_tests/desktop/calc/cell_appearance_spec.js b/cypress_test/integration_tests/desktop/calc1/cell_appearance_spec.js
similarity index 100%
rename from cypress_test/integration_tests/desktop/calc/cell_appearance_spec.js
rename to cypress_test/integration_tests/desktop/calc1/cell_appearance_spec.js
diff --git a/cypress_test/integration_tests/desktop/calc/cell_cursor_spec.js b/cypress_test/integration_tests/desktop/calc1/cell_cursor_spec.js
similarity index 100%
rename from cypress_test/integration_tests/desktop/calc/cell_cursor_spec.js
rename to cypress_test/integration_tests/desktop/calc1/cell_cursor_spec.js
diff --git a/cypress_test/integration_tests/desktop/calc/cell_edit_spec.js b/cypress_test/integration_tests/desktop/calc1/cell_edit_spec.js
similarity index 100%
rename from cypress_test/integration_tests/desktop/calc/cell_edit_spec.js
rename to cypress_test/integration_tests/desktop/calc1/cell_edit_spec.js
diff --git a/cypress_test/integration_tests/desktop/calc/chart_dialog_spec.js b/cypress_test/integration_tests/desktop/calc1/chart_dialog_spec.js
similarity index 100%
rename from cypress_test/integration_tests/desktop/calc/chart_dialog_spec.js
rename to cypress_test/integration_tests/desktop/calc1/chart_dialog_spec.js
diff --git a/cypress_test/integration_tests/desktop/calc/chart_wizard_data_series_spec.js b/cypress_test/integration_tests/desktop/calc1/chart_wizard_data_series_spec.js
similarity index 100%
rename from cypress_test/integration_tests/desktop/calc/chart_wizard_data_series_spec.js
rename to cypress_test/integration_tests/desktop/calc1/chart_wizard_data_series_spec.js
diff --git a/cypress_test/integration_tests/desktop/calc/clipboard_spec.js b/cypress_test/integration_tests/desktop/calc1/clipboard_spec.js
similarity index 100%
rename from cypress_test/integration_tests/desktop/calc/clipboard_spec.js
rename to cypress_test/integration_tests/desktop/calc1/clipboard_spec.js
diff --git a/cypress_test/integration_tests/desktop/calc/context_menu_spec.js b/cypress_test/integration_tests/desktop/calc1/context_menu_spec.js
similarity index 100%
rename from cypress_test/integration_tests/desktop/calc/context_menu_spec.js
rename to cypress_test/integration_tests/desktop/calc1/context_menu_spec.js
diff --git a/cypress_test/integration_tests/desktop/calc/debug_tools_spec.js b/cypress_test/integration_tests/desktop/calc2/debug_tools_spec.js
similarity index 100%
rename from cypress_test/integration_tests/desktop/calc/debug_tools_spec.js
rename to cypress_test/integration_tests/desktop/calc2/debug_tools_spec.js
diff --git a/cypress_test/integration_tests/desktop/calc/delete_objects_spec.js b/cypress_test/integration_tests/desktop/calc2/delete_objects_spec.js
similarity index 100%
rename from cypress_test/integration_tests/desktop/calc/delete_objects_spec.js
rename to cypress_test/integration_tests/desktop/calc2/delete_objects_spec.js
diff --git a/cypress_test/integration_tests/desktop/calc/doc_partchanged_spec.js b/cypress_test/integration_tests/desktop/calc2/doc_partchanged_spec.js
similarity index 100%
rename from cypress_test/integration_tests/desktop/calc/doc_partchanged_spec.js
rename to cypress_test/integration_tests/desktop/calc2/doc_partchanged_spec.js
diff --git a/cypress_test/integration_tests/desktop/calc/find_dialog_spec.js b/cypress_test/integration_tests/desktop/calc2/find_dialog_spec.js
similarity index 100%
rename from cypress_test/integration_tests/desktop/calc/find_dialog_spec.js
rename to cypress_test/integration_tests/desktop/calc2/find_dialog_spec.js
diff --git a/cypress_test/integration_tests/desktop/calc/focus_spec.js b/cypress_test/integration_tests/desktop/calc2/focus_spec.js
similarity index 100%
rename from cypress_test/integration_tests/desktop/calc/focus_spec.js
rename to cypress_test/integration_tests/desktop/calc2/focus_spec.js
diff --git a/cypress_test/integration_tests/desktop/calc/formula_dialog_spec.js b/cypress_test/integration_tests/desktop/calc2/formula_dialog_spec.js
similarity index 100%
rename from cypress_test/integration_tests/desktop/calc/formula_dialog_spec.js
rename to cypress_test/integration_tests/desktop/calc2/formula_dialog_spec.js
diff --git a/cypress_test/integration_tests/desktop/calc/formulabar_spec.js b/cypress_test/integration_tests/desktop/calc2/formulabar_spec.js
similarity index 100%
rename from cypress_test/integration_tests/desktop/calc/formulabar_spec.js
rename to cypress_test/integration_tests/desktop/calc2/formulabar_spec.js
diff --git a/cypress_test/integration_tests/desktop/calc/help_dialog_update_spec.js b/cypress_test/integration_tests/desktop/calc2/help_dialog_update_spec.js
similarity index 100%
rename from cypress_test/integration_tests/desktop/calc/help_dialog_update_spec.js
rename to cypress_test/integration_tests/desktop/calc2/help_dialog_update_spec.js
diff --git a/cypress_test/integration_tests/desktop/calc/image_operation_spec.js b/cypress_test/integration_tests/desktop/calc2/image_operation_spec.js
similarity index 100%
rename from cypress_test/integration_tests/desktop/calc/image_operation_spec.js
rename to cypress_test/integration_tests/desktop/calc2/image_operation_spec.js
diff --git a/cypress_test/integration_tests/desktop/calc/jsdialog_help_spec.js b/cypress_test/integration_tests/desktop/calc3/jsdialog_help_spec.js
similarity index 100%
rename from cypress_test/integration_tests/desktop/calc/jsdialog_help_spec.js
rename to cypress_test/integration_tests/desktop/calc3/jsdialog_help_spec.js
diff --git a/cypress_test/integration_tests/desktop/calc/jsdialog_spec.js b/cypress_test/integration_tests/desktop/calc3/jsdialog_spec.js
similarity index 100%
rename from cypress_test/integration_tests/desktop/calc/jsdialog_spec.js
rename to cypress_test/integration_tests/desktop/calc3/jsdialog_spec.js
diff --git a/cypress_test/integration_tests/desktop/calc/macro_spec.js b/cypress_test/integration_tests/desktop/calc3/macro_spec.js
similarity index 100%
rename from cypress_test/integration_tests/desktop/calc/macro_spec.js
rename to cypress_test/integration_tests/desktop/calc3/macro_spec.js
diff --git a/cypress_test/integration_tests/desktop/calc/manage_names_spec.js b/cypress_test/integration_tests/desktop/calc3/manage_names_spec.js
similarity index 100%
rename from cypress_test/integration_tests/desktop/calc/manage_names_spec.js
rename to cypress_test/integration_tests/desktop/calc3/manage_names_spec.js
diff --git a/cypress_test/integration_tests/desktop/calc/mouse_cursor_spec.js b/cypress_test/integration_tests/desktop/calc3/mouse_cursor_spec.js
similarity index 100%
rename from cypress_test/integration_tests/desktop/calc/mouse_cursor_spec.js
rename to cypress_test/integration_tests/desktop/calc3/mouse_cursor_spec.js
diff --git a/cypress_test/integration_tests/desktop/calc/navigator_spec.js b/cypress_test/integration_tests/desktop/calc3/navigator_spec.js
similarity index 100%
rename from cypress_test/integration_tests/desktop/calc/navigator_spec.js
rename to cypress_test/integration_tests/desktop/calc3/navigator_spec.js
diff --git a/cypress_test/integration_tests/desktop/calc/notebookbar_tooltip_spec.js b/cypress_test/integration_tests/desktop/calc3/notebookbar_tooltip_spec.js
similarity index 100%
rename from cypress_test/integration_tests/desktop/calc/notebookbar_tooltip_spec.js
rename to cypress_test/integration_tests/desktop/calc3/notebookbar_tooltip_spec.js
diff --git a/cypress_test/integration_tests/desktop/calc/number_format_spec.js b/cypress_test/integration_tests/desktop/calc3/number_format_spec.js
similarity index 100%
rename from cypress_test/integration_tests/desktop/calc/number_format_spec.js
rename to cypress_test/integration_tests/desktop/calc3/number_format_spec.js
diff --git a/cypress_test/integration_tests/desktop/calc/open_different_file_types_spec.js b/cypress_test/integration_tests/desktop/calc3/open_different_file_types_spec.js
similarity index 100%
rename from cypress_test/integration_tests/desktop/calc/open_different_file_types_spec.js
rename to cypress_test/integration_tests/desktop/calc3/open_different_file_types_spec.js
diff --git a/cypress_test/integration_tests/desktop/calc/row_column_operation_spec.js b/cypress_test/integration_tests/desktop/calc3/row_column_operation_spec.js
similarity index 100%
rename from cypress_test/integration_tests/desktop/calc/row_column_operation_spec.js
rename to cypress_test/integration_tests/desktop/calc3/row_column_operation_spec.js
diff --git a/cypress_test/integration_tests/desktop/calc/rtl_spec.js b/cypress_test/integration_tests/desktop/calc3/rtl_spec.js
similarity index 100%
rename from cypress_test/integration_tests/desktop/calc/rtl_spec.js
rename to cypress_test/integration_tests/desktop/calc3/rtl_spec.js
diff --git a/cypress_test/integration_tests/desktop/calc/scrolling_spec.js b/cypress_test/integration_tests/desktop/calc4/scrolling_spec.js
similarity index 100%
rename from cypress_test/integration_tests/desktop/calc/scrolling_spec.js
rename to cypress_test/integration_tests/desktop/calc4/scrolling_spec.js
diff --git a/cypress_test/integration_tests/desktop/calc/sheet_operation_spec.js b/cypress_test/integration_tests/desktop/calc4/sheet_operation_spec.js
similarity index 100%
rename from cypress_test/integration_tests/desktop/calc/sheet_operation_spec.js
rename to cypress_test/integration_tests/desktop/calc4/sheet_operation_spec.js
diff --git a/cypress_test/integration_tests/desktop/calc/sheet_switch_spec.js b/cypress_test/integration_tests/desktop/calc4/sheet_switch_spec.js
similarity index 100%
rename from cypress_test/integration_tests/desktop/calc/sheet_switch_spec.js
rename to cypress_test/integration_tests/desktop/calc4/sheet_switch_spec.js
diff --git a/cypress_test/integration_tests/desktop/calc/sidebar_dialog_image_caching_spec.js b/cypress_test/integration_tests/desktop/calc4/sidebar_dialog_image_caching_spec.js
similarity index 100%
rename from cypress_test/integration_tests/desktop/calc/sidebar_dialog_image_caching_spec.js
rename to cypress_test/integration_tests/desktop/calc4/sidebar_dialog_image_caching_spec.js
diff --git a/cypress_test/integration_tests/desktop/calc/statusbar_spec.js b/cypress_test/integration_tests/desktop/calc4/statusbar_spec.js
similarity index 100%
rename from cypress_test/integration_tests/desktop/calc/statusbar_spec.js
rename to cypress_test/integration_tests/desktop/calc4/statusbar_spec.js
diff --git a/cypress_test/integration_tests/desktop/calc/threaded_comment_spec.js b/cypress_test/integration_tests/desktop/calc4/threaded_comment_spec.js
similarity index 100%
rename from cypress_test/integration_tests/desktop/calc/threaded_comment_spec.js
rename to cypress_test/integration_tests/desktop/calc4/threaded_comment_spec.js
diff --git a/cypress_test/integration_tests/desktop/calc/top_toolbar_spec.js b/cypress_test/integration_tests/desktop/calc4/top_toolbar_spec.js
similarity index 100%
rename from cypress_test/integration_tests/desktop/calc/top_toolbar_spec.js
rename to cypress_test/integration_tests/desktop/calc4/top_toolbar_spec.js
diff --git a/cypress_test/integration_tests/desktop/calc/undo_redo_spec.js b/cypress_test/integration_tests/desktop/calc4/undo_redo_spec.js
similarity index 100%
rename from cypress_test/integration_tests/desktop/calc/undo_redo_spec.js
rename to cypress_test/integration_tests/desktop/calc4/undo_redo_spec.js
diff --git a/cypress_test/integration_tests/desktop/writer/a11y_dialog_spec.js b/cypress_test/integration_tests/desktop/writer1/a11y_dialog_spec.js
similarity index 100%
rename from cypress_test/integration_tests/desktop/writer/a11y_dialog_spec.js
rename to cypress_test/integration_tests/desktop/writer1/a11y_dialog_spec.js
diff --git a/cypress_test/integration_tests/desktop/writer/a11y_notebookbar_spec.js b/cypress_test/integration_tests/desktop/writer1/a11y_notebookbar_spec.js
similarity index 100%
rename from cypress_test/integration_tests/desktop/writer/a11y_notebookbar_spec.js
rename to cypress_test/integration_tests/desktop/writer1/a11y_notebookbar_spec.js
diff --git a/cypress_test/integration_tests/desktop/writer/a11y_sidebar_spec.js b/cypress_test/integration_tests/desktop/writer1/a11y_sidebar_spec.js
similarity index 100%
rename from cypress_test/integration_tests/desktop/writer/a11y_sidebar_spec.js
rename to cypress_test/integration_tests/desktop/writer1/a11y_sidebar_spec.js
diff --git a/cypress_test/integration_tests/desktop/writer/aichat_sidebar_spec.js b/cypress_test/integration_tests/desktop/writer1/aichat_sidebar_spec.js
similarity index 100%
rename from cypress_test/integration_tests/desktop/writer/aichat_sidebar_spec.js
rename to cypress_test/integration_tests/desktop/writer1/aichat_sidebar_spec.js
diff --git a/cypress_test/integration_tests/desktop/writer/annotation_spec.js b/cypress_test/integration_tests/desktop/writer1/annotation_spec.js
similarity index 100%
rename from cypress_test/integration_tests/desktop/writer/annotation_spec.js
rename to cypress_test/integration_tests/desktop/writer1/annotation_spec.js
diff --git a/cypress_test/integration_tests/desktop/writer/chart_datatable_spec.js b/cypress_test/integration_tests/desktop/writer1/chart_datatable_spec.js
similarity index 100%
rename from cypress_test/integration_tests/desktop/writer/chart_datatable_spec.js
rename to cypress_test/integration_tests/desktop/writer1/chart_datatable_spec.js
diff --git a/cypress_test/integration_tests/desktop/writer/chart_wizard_spec.js b/cypress_test/integration_tests/desktop/writer1/chart_wizard_spec.js
similarity index 100%
rename from cypress_test/integration_tests/desktop/writer/chart_wizard_spec.js
rename to cypress_test/integration_tests/desktop/writer1/chart_wizard_spec.js
diff --git a/cypress_test/integration_tests/desktop/writer/compare_changes_spec.js b/cypress_test/integration_tests/desktop/writer1/compare_changes_spec.js
similarity index 100%
rename from cypress_test/integration_tests/desktop/writer/compare_changes_spec.js
rename to cypress_test/integration_tests/desktop/writer1/compare_changes_spec.js
diff --git a/cypress_test/integration_tests/desktop/writer/complex_image_operation_spec.js b/cypress_test/integration_tests/desktop/writer1/complex_image_operation_spec.js
similarity index 100%
rename from cypress_test/integration_tests/desktop/writer/complex_image_operation_spec.js
rename to cypress_test/integration_tests/desktop/writer1/complex_image_operation_spec.js
diff --git a/cypress_test/integration_tests/desktop/writer/context_toolbar_spec.js b/cypress_test/integration_tests/desktop/writer1/context_toolbar_spec.js
similarity index 100%
rename from cypress_test/integration_tests/desktop/writer/context_toolbar_spec.js
rename to cypress_test/integration_tests/desktop/writer1/context_toolbar_spec.js
diff --git a/cypress_test/integration_tests/desktop/writer/copy_paste_spec.js b/cypress_test/integration_tests/desktop/writer1/copy_paste_spec.js
similarity index 100%
rename from cypress_test/integration_tests/desktop/writer/copy_paste_spec.js
rename to cypress_test/integration_tests/desktop/writer1/copy_paste_spec.js
diff --git a/cypress_test/integration_tests/desktop/writer/doc_partchanged_spec.js b/cypress_test/integration_tests/desktop/writer1/doc_partchanged_spec.js
similarity index 100%
rename from cypress_test/integration_tests/desktop/writer/doc_partchanged_spec.js
rename to cypress_test/integration_tests/desktop/writer1/doc_partchanged_spec.js
diff --git a/cypress_test/integration_tests/desktop/writer/editable_area_spec.js b/cypress_test/integration_tests/desktop/writer1/editable_area_spec.js
similarity index 100%
rename from cypress_test/integration_tests/desktop/writer/editable_area_spec.js
rename to cypress_test/integration_tests/desktop/writer1/editable_area_spec.js
diff --git a/cypress_test/integration_tests/desktop/writer/file_properties_spec.js b/cypress_test/integration_tests/desktop/writer2/file_properties_spec.js
similarity index 100%
rename from cypress_test/integration_tests/desktop/writer/file_properties_spec.js
rename to cypress_test/integration_tests/desktop/writer2/file_properties_spec.js
diff --git a/cypress_test/integration_tests/desktop/writer/focus_spec.js b/cypress_test/integration_tests/desktop/writer2/focus_spec.js
similarity index 100%
rename from cypress_test/integration_tests/desktop/writer/focus_spec.js
rename to cypress_test/integration_tests/desktop/writer2/focus_spec.js
diff --git a/cypress_test/integration_tests/desktop/writer/form_field_spec.js b/cypress_test/integration_tests/desktop/writer2/form_field_spec.js
similarity index 100%
rename from cypress_test/integration_tests/desktop/writer/form_field_spec.js
rename to cypress_test/integration_tests/desktop/writer2/form_field_spec.js
diff --git a/cypress_test/integration_tests/desktop/writer/help_dialog_update_spec.js b/cypress_test/integration_tests/desktop/writer2/help_dialog_update_spec.js
similarity index 100%
rename from cypress_test/integration_tests/desktop/writer/help_dialog_update_spec.js
rename to cypress_test/integration_tests/desktop/writer2/help_dialog_update_spec.js
diff --git a/cypress_test/integration_tests/desktop/writer/image_operation_spec.js b/cypress_test/integration_tests/desktop/writer2/image_operation_spec.js
similarity index 100%
rename from cypress_test/integration_tests/desktop/writer/image_operation_spec.js
rename to cypress_test/integration_tests/desktop/writer2/image_operation_spec.js
diff --git a/cypress_test/integration_tests/desktop/writer/initial_socket_retry_spec.js b/cypress_test/integration_tests/desktop/writer2/initial_socket_retry_spec.js
similarity index 100%
rename from cypress_test/integration_tests/desktop/writer/initial_socket_retry_spec.js
rename to cypress_test/integration_tests/desktop/writer2/initial_socket_retry_spec.js
diff --git a/cypress_test/integration_tests/desktop/writer/invalidations_spec.js b/cypress_test/integration_tests/desktop/writer2/invalidations_spec.js
similarity index 100%
rename from cypress_test/integration_tests/desktop/writer/invalidations_spec.js
rename to cypress_test/integration_tests/desktop/writer2/invalidations_spec.js
diff --git a/cypress_test/integration_tests/desktop/writer/jsdialog_widgets_spec.js b/cypress_test/integration_tests/desktop/writer2/jsdialog_widgets_spec.js
similarity index 100%
rename from cypress_test/integration_tests/desktop/writer/jsdialog_widgets_spec.js
rename to cypress_test/integration_tests/desktop/writer2/jsdialog_widgets_spec.js
diff --git a/cypress_test/integration_tests/desktop/writer/manage_changes_dialog_spec.js b/cypress_test/integration_tests/desktop/writer2/manage_changes_dialog_spec.js
similarity index 100%
rename from cypress_test/integration_tests/desktop/writer/manage_changes_dialog_spec.js
rename to cypress_test/integration_tests/desktop/writer2/manage_changes_dialog_spec.js
diff --git a/cypress_test/integration_tests/desktop/writer/multipage_scrollbar_spec.js b/cypress_test/integration_tests/desktop/writer2/multipage_scrollbar_spec.js
similarity index 100%
rename from cypress_test/integration_tests/desktop/writer/multipage_scrollbar_spec.js
rename to cypress_test/integration_tests/desktop/writer2/multipage_scrollbar_spec.js
diff --git a/cypress_test/integration_tests/desktop/writer/multipage_view_reset_spec.js b/cypress_test/integration_tests/desktop/writer2/multipage_view_reset_spec.js
similarity index 100%
rename from cypress_test/integration_tests/desktop/writer/multipage_view_reset_spec.js
rename to cypress_test/integration_tests/desktop/writer2/multipage_view_reset_spec.js
diff --git a/cypress_test/integration_tests/desktop/writer/navigator_spec.js b/cypress_test/integration_tests/desktop/writer2/navigator_spec.js
similarity index 100%
rename from cypress_test/integration_tests/desktop/writer/navigator_spec.js
rename to cypress_test/integration_tests/desktop/writer2/navigator_spec.js
diff --git a/cypress_test/integration_tests/desktop/writer/notebookbar_spec.js b/cypress_test/integration_tests/desktop/writer2/notebookbar_spec.js
similarity index 100%
rename from cypress_test/integration_tests/desktop/writer/notebookbar_spec.js
rename to cypress_test/integration_tests/desktop/writer2/notebookbar_spec.js
diff --git a/cypress_test/integration_tests/desktop/writer/open_different_file_types_spec.js b/cypress_test/integration_tests/desktop/writer3/open_different_file_types_spec.js
similarity index 100%
rename from cypress_test/integration_tests/desktop/writer/open_different_file_types_spec.js
rename to cypress_test/integration_tests/desktop/writer3/open_different_file_types_spec.js
diff --git a/cypress_test/integration_tests/desktop/writer/page_style_dialog_spec.js b/cypress_test/integration_tests/desktop/writer3/page_style_dialog_spec.js
similarity index 100%
rename from cypress_test/integration_tests/desktop/writer/page_style_dialog_spec.js
rename to cypress_test/integration_tests/desktop/writer3/page_style_dialog_spec.js
diff --git a/cypress_test/integration_tests/desktop/writer/presets_spec.js b/cypress_test/integration_tests/desktop/writer3/presets_spec.js
similarity index 100%
rename from cypress_test/integration_tests/desktop/writer/presets_spec.js
rename to cypress_test/integration_tests/desktop/writer3/presets_spec.js
diff --git a/cypress_test/integration_tests/desktop/writer/quickfind_spec.js b/cypress_test/integration_tests/desktop/writer3/quickfind_spec.js
similarity index 100%
rename from cypress_test/integration_tests/desktop/writer/quickfind_spec.js
rename to cypress_test/integration_tests/desktop/writer3/quickfind_spec.js
diff --git a/cypress_test/integration_tests/desktop/writer/reconnect_spec.js b/cypress_test/integration_tests/desktop/writer3/reconnect_spec.js
similarity index 100%
rename from cypress_test/integration_tests/desktop/writer/reconnect_spec.js
rename to cypress_test/integration_tests/desktop/writer3/reconnect_spec.js
diff --git a/cypress_test/integration_tests/desktop/writer/replace_dialog_spec.js b/cypress_test/integration_tests/desktop/writer3/replace_dialog_spec.js
similarity index 100%
rename from cypress_test/integration_tests/desktop/writer/replace_dialog_spec.js
rename to cypress_test/integration_tests/desktop/writer3/replace_dialog_spec.js
diff --git a/cypress_test/integration_tests/desktop/writer/ruler_spacer_spec.js b/cypress_test/integration_tests/desktop/writer3/ruler_spacer_spec.js
similarity index 100%
rename from cypress_test/integration_tests/desktop/writer/ruler_spacer_spec.js
rename to cypress_test/integration_tests/desktop/writer3/ruler_spacer_spec.js
diff --git a/cypress_test/integration_tests/desktop/writer/save_progress_bar_spec.js b/cypress_test/integration_tests/desktop/writer3/save_progress_bar_spec.js
similarity index 100%
rename from cypress_test/integration_tests/desktop/writer/save_progress_bar_spec.js
rename to cypress_test/integration_tests/desktop/writer3/save_progress_bar_spec.js
diff --git a/cypress_test/integration_tests/desktop/writer/scrolling_spec.js b/cypress_test/integration_tests/desktop/writer3/scrolling_spec.js
similarity index 100%
rename from cypress_test/integration_tests/desktop/writer/scrolling_spec.js
rename to cypress_test/integration_tests/desktop/writer3/scrolling_spec.js
diff --git a/cypress_test/integration_tests/desktop/writer/searchbar_spec.js b/cypress_test/integration_tests/desktop/writer3/searchbar_spec.js
similarity index 100%
rename from cypress_test/integration_tests/desktop/writer/searchbar_spec.js
rename to cypress_test/integration_tests/desktop/writer3/searchbar_spec.js
diff --git a/cypress_test/integration_tests/desktop/writer/sidebar_spec.js b/cypress_test/integration_tests/desktop/writer3/sidebar_spec.js
similarity index 100%
rename from cypress_test/integration_tests/desktop/writer/sidebar_spec.js
rename to cypress_test/integration_tests/desktop/writer3/sidebar_spec.js
diff --git a/cypress_test/integration_tests/desktop/writer/sign_spec.js b/cypress_test/integration_tests/desktop/writer3/sign_spec.js
similarity index 100%
rename from cypress_test/integration_tests/desktop/writer/sign_spec.js
rename to cypress_test/integration_tests/desktop/writer3/sign_spec.js
diff --git a/cypress_test/integration_tests/desktop/writer/spinfield_spec.js b/cypress_test/integration_tests/desktop/writer3/spinfield_spec.js
similarity index 100%
rename from cypress_test/integration_tests/desktop/writer/spinfield_spec.js
rename to cypress_test/integration_tests/desktop/writer3/spinfield_spec.js
diff --git a/cypress_test/integration_tests/desktop/writer/statusbar_spec.js b/cypress_test/integration_tests/desktop/writer4/statusbar_spec.js
similarity index 100%
rename from cypress_test/integration_tests/desktop/writer/statusbar_spec.js
rename to cypress_test/integration_tests/desktop/writer4/statusbar_spec.js
diff --git a/cypress_test/integration_tests/desktop/writer/stylebar_spec.js b/cypress_test/integration_tests/desktop/writer4/stylebar_spec.js
similarity index 100%
rename from cypress_test/integration_tests/desktop/writer/stylebar_spec.js
rename to cypress_test/integration_tests/desktop/writer4/stylebar_spec.js
diff --git a/cypress_test/integration_tests/desktop/writer/stylesview_spec.js b/cypress_test/integration_tests/desktop/writer4/stylesview_spec.js
similarity index 100%
rename from cypress_test/integration_tests/desktop/writer/stylesview_spec.js
rename to cypress_test/integration_tests/desktop/writer4/stylesview_spec.js
diff --git a/cypress_test/integration_tests/desktop/writer/table_accessibility_spec.js b/cypress_test/integration_tests/desktop/writer4/table_accessibility_spec.js
similarity index 100%
rename from cypress_test/integration_tests/desktop/writer/table_accessibility_spec.js
rename to cypress_test/integration_tests/desktop/writer4/table_accessibility_spec.js
diff --git a/cypress_test/integration_tests/desktop/writer/table_operation_spec.js b/cypress_test/integration_tests/desktop/writer4/table_operation_spec.js
similarity index 100%
rename from cypress_test/integration_tests/desktop/writer/table_operation_spec.js
rename to cypress_test/integration_tests/desktop/writer4/table_operation_spec.js
diff --git a/cypress_test/integration_tests/desktop/writer/text_selection_deselect_spec.js b/cypress_test/integration_tests/desktop/writer4/text_selection_deselect_spec.js
similarity index 100%
rename from cypress_test/integration_tests/desktop/writer/text_selection_deselect_spec.js
rename to cypress_test/integration_tests/desktop/writer4/text_selection_deselect_spec.js
diff --git a/cypress_test/integration_tests/desktop/writer/top_toolbar_spec.js b/cypress_test/integration_tests/desktop/writer4/top_toolbar_spec.js
similarity index 100%
rename from cypress_test/integration_tests/desktop/writer/top_toolbar_spec.js
rename to cypress_test/integration_tests/desktop/writer4/top_toolbar_spec.js
diff --git a/cypress_test/integration_tests/desktop/writer/track_changes_spec.js b/cypress_test/integration_tests/desktop/writer4/track_changes_spec.js
similarity index 100%
rename from cypress_test/integration_tests/desktop/writer/track_changes_spec.js
rename to cypress_test/integration_tests/desktop/writer4/track_changes_spec.js
diff --git a/cypress_test/integration_tests/desktop/writer/treeview_keyboard_spec.js b/cypress_test/integration_tests/desktop/writer4/treeview_keyboard_spec.js
similarity index 100%
rename from cypress_test/integration_tests/desktop/writer/treeview_keyboard_spec.js
rename to cypress_test/integration_tests/desktop/writer4/treeview_keyboard_spec.js
diff --git a/cypress_test/integration_tests/desktop/writer/undo_redo_spec.js b/cypress_test/integration_tests/desktop/writer4/undo_redo_spec.js
similarity index 100%
rename from cypress_test/integration_tests/desktop/writer/undo_redo_spec.js
rename to cypress_test/integration_tests/desktop/writer4/undo_redo_spec.js
diff --git a/cypress_test/integration_tests/snapshots/base/integration_tests/desktop/calc/cell_cursor_spec.js/scroll-check.png b/cypress_test/integration_tests/snapshots/base/integration_tests/desktop/calc1/cell_cursor_spec.js/scroll-check.png
similarity index 100%
rename from cypress_test/integration_tests/snapshots/base/integration_tests/desktop/calc/cell_cursor_spec.js/scroll-check.png
rename to cypress_test/integration_tests/snapshots/base/integration_tests/desktop/calc1/cell_cursor_spec.js/scroll-check.png
diff --git a/cypress_test/integration_tests/snapshots/base/integration_tests/desktop/calc/cell_cursor_spec.js/selections.png b/cypress_test/integration_tests/snapshots/base/integration_tests/desktop/calc1/cell_cursor_spec.js/selections.png
similarity index 100%
rename from cypress_test/integration_tests/snapshots/base/integration_tests/desktop/calc/cell_cursor_spec.js/selections.png
rename to cypress_test/integration_tests/snapshots/base/integration_tests/desktop/calc1/cell_cursor_spec.js/selections.png
diff --git a/cypress_test/integration_tests/snapshots/base/integration_tests/desktop/calc/cell_cursor_spec.js/text-selection.png b/cypress_test/integration_tests/snapshots/base/integration_tests/desktop/calc1/cell_cursor_spec.js/text-selection.png
similarity index 100%
rename from cypress_test/integration_tests/snapshots/base/integration_tests/desktop/calc/cell_cursor_spec.js/text-selection.png
rename to cypress_test/integration_tests/snapshots/base/integration_tests/desktop/calc1/cell_cursor_spec.js/text-selection.png
diff --git a/cypress_test/integration_tests/snapshots/base/integration_tests/desktop/calc/cell_cursor_spec.js/triple-click.png b/cypress_test/integration_tests/snapshots/base/integration_tests/desktop/calc1/cell_cursor_spec.js/triple-click.png
similarity index 100%
rename from cypress_test/integration_tests/snapshots/base/integration_tests/desktop/calc/cell_cursor_spec.js/triple-click.png
rename to cypress_test/integration_tests/snapshots/base/integration_tests/desktop/calc1/cell_cursor_spec.js/triple-click.png
diff --git a/cypress_test/integration_tests/snapshots/base/integration_tests/desktop/calc/cell_edit_spec.js/empty.png b/cypress_test/integration_tests/snapshots/base/integration_tests/desktop/calc1/cell_edit_spec.js/empty.png
similarity index 100%
rename from cypress_test/integration_tests/snapshots/base/integration_tests/desktop/calc/cell_edit_spec.js/empty.png
rename to cypress_test/integration_tests/snapshots/base/integration_tests/desktop/calc1/cell_edit_spec.js/empty.png
diff --git a/cypress_test/integration_tests/snapshots/base/integration_tests/desktop/calc/cell_edit_spec.js/empty_selected.png b/cypress_test/integration_tests/snapshots/base/integration_tests/desktop/calc1/cell_edit_spec.js/empty_selected.png
similarity index 100%
rename from cypress_test/integration_tests/snapshots/base/integration_tests/desktop/calc/cell_edit_spec.js/empty_selected.png
rename to cypress_test/integration_tests/snapshots/base/integration_tests/desktop/calc1/cell_edit_spec.js/empty_selected.png
diff --git a/cypress_test/integration_tests/snapshots/base/integration_tests/desktop/calc/cell_edit_spec.js/teststring.png b/cypress_test/integration_tests/snapshots/base/integration_tests/desktop/calc1/cell_edit_spec.js/teststring.png
similarity index 100%
rename from cypress_test/integration_tests/snapshots/base/integration_tests/desktop/calc/cell_edit_spec.js/teststring.png
rename to cypress_test/integration_tests/snapshots/base/integration_tests/desktop/calc1/cell_edit_spec.js/teststring.png
diff --git a/cypress_test/integration_tests/snapshots/base/integration_tests/desktop/calc/chart_wizard_data_series_spec.js/chart_wizard_data_series.png b/cypress_test/integration_tests/snapshots/base/integration_tests/desktop/calc1/chart_wizard_data_series_spec.js/chart_wizard_data_series.png
similarity index 100%
rename from cypress_test/integration_tests/snapshots/base/integration_tests/desktop/calc/chart_wizard_data_series_spec.js/chart_wizard_data_series.png
rename to cypress_test/integration_tests/snapshots/base/integration_tests/desktop/calc1/chart_wizard_data_series_spec.js/chart_wizard_data_series.png
diff --git a/cypress_test/integration_tests/snapshots/base/integration_tests/desktop/calc/formula_dialog_spec.js/formula_dialog_accrintm.png b/cypress_test/integration_tests/snapshots/base/integration_tests/desktop/calc2/formula_dialog_spec.js/formula_dialog_accrintm.png
similarity index 100%
rename from cypress_test/integration_tests/snapshots/base/integration_tests/desktop/calc/formula_dialog_spec.js/formula_dialog_accrintm.png
rename to cypress_test/integration_tests/snapshots/base/integration_tests/desktop/calc2/formula_dialog_spec.js/formula_dialog_accrintm.png
diff --git a/cypress_test/integration_tests/snapshots/base/integration_tests/desktop/calc/formula_dialog_spec.js/formula_dialog_accrintm_collapsed.png b/cypress_test/integration_tests/snapshots/base/integration_tests/desktop/calc2/formula_dialog_spec.js/formula_dialog_accrintm_collapsed.png
similarity index 100%
rename from cypress_test/integration_tests/snapshots/base/integration_tests/desktop/calc/formula_dialog_spec.js/formula_dialog_accrintm_collapsed.png
rename to cypress_test/integration_tests/snapshots/base/integration_tests/desktop/calc2/formula_dialog_spec.js/formula_dialog_accrintm_collapsed.png
diff --git a/cypress_test/integration_tests/snapshots/base/integration_tests/desktop/calc/formulabar_spec.js/formulausage.png b/cypress_test/integration_tests/snapshots/base/integration_tests/desktop/calc2/formulabar_spec.js/formulausage.png
similarity index 100%
rename from cypress_test/integration_tests/snapshots/base/integration_tests/desktop/calc/formulabar_spec.js/formulausage.png
rename to cypress_test/integration_tests/snapshots/base/integration_tests/desktop/calc2/formulabar_spec.js/formulausage.png
diff --git a/cypress_test/integration_tests/snapshots/base/integration_tests/desktop/calc/sheet_switch_spec.js/b1_text_step1.png b/cypress_test/integration_tests/snapshots/base/integration_tests/desktop/calc4/sheet_switch_spec.js/b1_text_step1.png
similarity index 100%
rename from cypress_test/integration_tests/snapshots/base/integration_tests/desktop/calc/sheet_switch_spec.js/b1_text_step1.png
rename to cypress_test/integration_tests/snapshots/base/integration_tests/desktop/calc4/sheet_switch_spec.js/b1_text_step1.png
diff --git a/cypress_test/integration_tests/snapshots/base/integration_tests/desktop/calc/sheet_switch_spec.js/b1_text_step2.png b/cypress_test/integration_tests/snapshots/base/integration_tests/desktop/calc4/sheet_switch_spec.js/b1_text_step2.png
similarity index 100%
rename from cypress_test/integration_tests/snapshots/base/integration_tests/desktop/calc/sheet_switch_spec.js/b1_text_step2.png
rename to cypress_test/integration_tests/snapshots/base/integration_tests/desktop/calc4/sheet_switch_spec.js/b1_text_step2.png
diff --git a/cypress_test/integration_tests/snapshots/base/integration_tests/desktop/calc/sheet_switch_spec.js/b1_text_step3.png b/cypress_test/integration_tests/snapshots/base/integration_tests/desktop/calc4/sheet_switch_spec.js/b1_text_step3.png
similarity index 100%
rename from cypress_test/integration_tests/snapshots/base/integration_tests/desktop/calc/sheet_switch_spec.js/b1_text_step3.png
rename to cypress_test/integration_tests/snapshots/base/integration_tests/desktop/calc4/sheet_switch_spec.js/b1_text_step3.png
diff --git a/cypress_test/integration_tests/snapshots/base/integration_tests/desktop/writer/jsdialog_widgets_spec.js/checkbox.png b/cypress_test/integration_tests/snapshots/base/integration_tests/desktop/writer2/jsdialog_widgets_spec.js/checkbox.png
similarity index 100%
rename from cypress_test/integration_tests/snapshots/base/integration_tests/desktop/writer/jsdialog_widgets_spec.js/checkbox.png
rename to cypress_test/integration_tests/snapshots/base/integration_tests/desktop/writer2/jsdialog_widgets_spec.js/checkbox.png
diff --git a/cypress_test/integration_tests/snapshots/base/integration_tests/desktop/writer/jsdialog_widgets_spec.js/checkbox_checked.png b/cypress_test/integration_tests/snapshots/base/integration_tests/desktop/writer2/jsdialog_widgets_spec.js/checkbox_checked.png
similarity index 100%
rename from cypress_test/integration_tests/snapshots/base/integration_tests/desktop/writer/jsdialog_widgets_spec.js/checkbox_checked.png
rename to cypress_test/integration_tests/snapshots/base/integration_tests/desktop/writer2/jsdialog_widgets_spec.js/checkbox_checked.png
diff --git a/cypress_test/integration_tests/snapshots/base/integration_tests/desktop/writer/jsdialog_widgets_spec.js/checkbox_disabled.png b/cypress_test/integration_tests/snapshots/base/integration_tests/desktop/writer2/jsdialog_widgets_spec.js/checkbox_disabled.png
similarity index 100%
rename from cypress_test/integration_tests/snapshots/base/integration_tests/desktop/writer/jsdialog_widgets_spec.js/checkbox_disabled.png
rename to cypress_test/integration_tests/snapshots/base/integration_tests/desktop/writer2/jsdialog_widgets_spec.js/checkbox_disabled.png
diff --git a/cypress_test/integration_tests/snapshots/base/integration_tests/desktop/writer/jsdialog_widgets_spec.js/checkbox_disabled_checked.png b/cypress_test/integration_tests/snapshots/base/integration_tests/desktop/writer2/jsdialog_widgets_spec.js/checkbox_disabled_checked.png
similarity index 100%
rename from cypress_test/integration_tests/snapshots/base/integration_tests/desktop/writer/jsdialog_widgets_spec.js/checkbox_disabled_checked.png
rename to cypress_test/integration_tests/snapshots/base/integration_tests/desktop/writer2/jsdialog_widgets_spec.js/checkbox_disabled_checked.png
diff --git a/cypress_test/integration_tests/snapshots/base/integration_tests/desktop/writer/jsdialog_widgets_spec.js/combobox_disable.png b/cypress_test/integration_tests/snapshots/base/integration_tests/desktop/writer2/jsdialog_widgets_spec.js/combobox_disable.png
similarity index 100%
rename from cypress_test/integration_tests/snapshots/base/integration_tests/desktop/writer/jsdialog_widgets_spec.js/combobox_disable.png
rename to cypress_test/integration_tests/snapshots/base/integration_tests/desktop/writer2/jsdialog_widgets_spec.js/combobox_disable.png
diff --git a/cypress_test/integration_tests/snapshots/base/integration_tests/desktop/writer/jsdialog_widgets_spec.js/combobox_enable.png b/cypress_test/integration_tests/snapshots/base/integration_tests/desktop/writer2/jsdialog_widgets_spec.js/combobox_enable.png
similarity index 100%
rename from cypress_test/integration_tests/snapshots/base/integration_tests/desktop/writer/jsdialog_widgets_spec.js/combobox_enable.png
rename to cypress_test/integration_tests/snapshots/base/integration_tests/desktop/writer2/jsdialog_widgets_spec.js/combobox_enable.png
diff --git a/cypress_test/integration_tests/snapshots/base/integration_tests/desktop/writer/jsdialog_widgets_spec.js/edit_disabled.png b/cypress_test/integration_tests/snapshots/base/integration_tests/desktop/writer2/jsdialog_widgets_spec.js/edit_disabled.png
similarity index 100%
rename from cypress_test/integration_tests/snapshots/base/integration_tests/desktop/writer/jsdialog_widgets_spec.js/edit_disabled.png
rename to cypress_test/integration_tests/snapshots/base/integration_tests/desktop/writer2/jsdialog_widgets_spec.js/edit_disabled.png
diff --git a/cypress_test/integration_tests/snapshots/base/integration_tests/desktop/writer/jsdialog_widgets_spec.js/edit_enabled.png b/cypress_test/integration_tests/snapshots/base/integration_tests/desktop/writer2/jsdialog_widgets_spec.js/edit_enabled.png
similarity index 100%
rename from cypress_test/integration_tests/snapshots/base/integration_tests/desktop/writer/jsdialog_widgets_spec.js/edit_enabled.png
rename to cypress_test/integration_tests/snapshots/base/integration_tests/desktop/writer2/jsdialog_widgets_spec.js/edit_enabled.png
diff --git a/cypress_test/integration_tests/snapshots/base/integration_tests/desktop/writer/jsdialog_widgets_spec.js/radio.png b/cypress_test/integration_tests/snapshots/base/integration_tests/desktop/writer2/jsdialog_widgets_spec.js/radio.png
similarity index 100%
rename from cypress_test/integration_tests/snapshots/base/integration_tests/desktop/writer/jsdialog_widgets_spec.js/radio.png
rename to cypress_test/integration_tests/snapshots/base/integration_tests/desktop/writer2/jsdialog_widgets_spec.js/radio.png
diff --git a/cypress_test/integration_tests/snapshots/base/integration_tests/desktop/writer/jsdialog_widgets_spec.js/radio_checked.png b/cypress_test/integration_tests/snapshots/base/integration_tests/desktop/writer2/jsdialog_widgets_spec.js/radio_checked.png
similarity index 100%
rename from cypress_test/integration_tests/snapshots/base/integration_tests/desktop/writer/jsdialog_widgets_spec.js/radio_checked.png
rename to cypress_test/integration_tests/snapshots/base/integration_tests/desktop/writer2/jsdialog_widgets_spec.js/radio_checked.png
diff --git a/cypress_test/integration_tests/snapshots/base/integration_tests/desktop/writer/jsdialog_widgets_spec.js/radio_disabled.png b/cypress_test/integration_tests/snapshots/base/integration_tests/desktop/writer2/jsdialog_widgets_spec.js/radio_disabled.png
similarity index 100%
rename from cypress_test/integration_tests/snapshots/base/integration_tests/desktop/writer/jsdialog_widgets_spec.js/radio_disabled.png
rename to cypress_test/integration_tests/snapshots/base/integration_tests/desktop/writer2/jsdialog_widgets_spec.js/radio_disabled.png
diff --git a/cypress_test/integration_tests/snapshots/base/integration_tests/desktop/writer/jsdialog_widgets_spec.js/radio_disabled_checked.png b/cypress_test/integration_tests/snapshots/base/integration_tests/desktop/writer2/jsdialog_widgets_spec.js/radio_disabled_checked.png
similarity index 100%
rename from cypress_test/integration_tests/snapshots/base/integration_tests/desktop/writer/jsdialog_widgets_spec.js/radio_disabled_checked.png
rename to cypress_test/integration_tests/snapshots/base/integration_tests/desktop/writer2/jsdialog_widgets_spec.js/radio_disabled_checked.png
diff --git a/cypress_test/integration_tests/snapshots/base/integration_tests/desktop/writer/jsdialog_widgets_spec.js/treeview_headers.png b/cypress_test/integration_tests/snapshots/base/integration_tests/desktop/writer2/jsdialog_widgets_spec.js/treeview_headers.png
similarity index 100%
rename from cypress_test/integration_tests/snapshots/base/integration_tests/desktop/writer/jsdialog_widgets_spec.js/treeview_headers.png
rename to cypress_test/integration_tests/snapshots/base/integration_tests/desktop/writer2/jsdialog_widgets_spec.js/treeview_headers.png
diff --git a/cypress_test/integration_tests/snapshots/base/integration_tests/desktop/writer/jsdialog_widgets_spec.js/treeview_headers_filter.png b/cypress_test/integration_tests/snapshots/base/integration_tests/desktop/writer2/jsdialog_widgets_spec.js/treeview_headers_filter.png
similarity index 100%
rename from cypress_test/integration_tests/snapshots/base/integration_tests/desktop/writer/jsdialog_widgets_spec.js/treeview_headers_filter.png
rename to cypress_test/integration_tests/snapshots/base/integration_tests/desktop/writer2/jsdialog_widgets_spec.js/treeview_headers_filter.png
diff --git a/cypress_test/integration_tests/snapshots/base/integration_tests/desktop/writer/jsdialog_widgets_spec.js/treeview_headers_sort.png b/cypress_test/integration_tests/snapshots/base/integration_tests/desktop/writer2/jsdialog_widgets_spec.js/treeview_headers_sort.png
similarity index 100%
rename from cypress_test/integration_tests/snapshots/base/integration_tests/desktop/writer/jsdialog_widgets_spec.js/treeview_headers_sort.png
rename to cypress_test/integration_tests/snapshots/base/integration_tests/desktop/writer2/jsdialog_widgets_spec.js/treeview_headers_sort.png
diff --git a/cypress_test/integration_tests/snapshots/base/integration_tests/desktop/writer/jsdialog_widgets_spec.js/treeview_no_headers.png b/cypress_test/integration_tests/snapshots/base/integration_tests/desktop/writer2/jsdialog_widgets_spec.js/treeview_no_headers.png
similarity index 100%
rename from cypress_test/integration_tests/snapshots/base/integration_tests/desktop/writer/jsdialog_widgets_spec.js/treeview_no_headers.png
rename to cypress_test/integration_tests/snapshots/base/integration_tests/desktop/writer2/jsdialog_widgets_spec.js/treeview_no_headers.png
diff --git a/cypress_test/integration_tests/snapshots/base/integration_tests/desktop/writer/manage_changes_dialog_spec.js/writer_manage_changes_tree.png b/cypress_test/integration_tests/snapshots/base/integration_tests/desktop/writer2/manage_changes_dialog_spec.js/writer_manage_changes_tree.png
similarity index 100%
rename from cypress_test/integration_tests/snapshots/base/integration_tests/desktop/writer/manage_changes_dialog_spec.js/writer_manage_changes_tree.png
rename to cypress_test/integration_tests/snapshots/base/integration_tests/desktop/writer2/manage_changes_dialog_spec.js/writer_manage_changes_tree.png
diff --git a/cypress_test/integration_tests/snapshots/base/integration_tests/desktop/writer/manage_changes_dialog_spec.js/writer_manage_changes_tree_sorted.png b/cypress_test/integration_tests/snapshots/base/integration_tests/desktop/writer2/manage_changes_dialog_spec.js/writer_manage_changes_tree_sorted.png
similarity index 100%
rename from cypress_test/integration_tests/snapshots/base/integration_tests/desktop/writer/manage_changes_dialog_spec.js/writer_manage_changes_tree_sorted.png
rename to cypress_test/integration_tests/snapshots/base/integration_tests/desktop/writer2/manage_changes_dialog_spec.js/writer_manage_changes_tree_sorted.png
diff --git a/cypress_test/integration_tests/snapshots/base/integration_tests/desktop/writer/navigator_spec.js/navigator_writer.png b/cypress_test/integration_tests/snapshots/base/integration_tests/desktop/writer2/navigator_spec.js/navigator_writer.png
similarity index 100%
rename from cypress_test/integration_tests/snapshots/base/integration_tests/desktop/writer/navigator_spec.js/navigator_writer.png
rename to cypress_test/integration_tests/snapshots/base/integration_tests/desktop/writer2/navigator_spec.js/navigator_writer.png
diff --git a/cypress_test/integration_tests/snapshots/base/integration_tests/desktop/writer/sidebar_spec.js/sidebar_writer.png b/cypress_test/integration_tests/snapshots/base/integration_tests/desktop/writer3/sidebar_spec.js/sidebar_writer.png
similarity index 100%
rename from cypress_test/integration_tests/snapshots/base/integration_tests/desktop/writer/sidebar_spec.js/sidebar_writer.png
rename to cypress_test/integration_tests/snapshots/base/integration_tests/desktop/writer3/sidebar_spec.js/sidebar_writer.png
diff --git a/cypress_test/integration_tests/snapshots/base/integration_tests/desktop/writer/stylebar_spec.js/style_added.png b/cypress_test/integration_tests/snapshots/base/integration_tests/desktop/writer4/stylebar_spec.js/style_added.png
similarity index 100%
rename from cypress_test/integration_tests/snapshots/base/integration_tests/desktop/writer/stylebar_spec.js/style_added.png
rename to cypress_test/integration_tests/snapshots/base/integration_tests/desktop/writer4/stylebar_spec.js/style_added.png
diff --git a/cypress_test/integration_tests/snapshots/base/integration_tests/desktop/writer/stylebar_spec.js/style_initial.png b/cypress_test/integration_tests/snapshots/base/integration_tests/desktop/writer4/stylebar_spec.js/style_initial.png
similarity index 100%
rename from cypress_test/integration_tests/snapshots/base/integration_tests/desktop/writer/stylebar_spec.js/style_initial.png
rename to cypress_test/integration_tests/snapshots/base/integration_tests/desktop/writer4/stylebar_spec.js/style_initial.png
diff --git a/cypress_test/integration_tests/snapshots/base/integration_tests/desktop/writer/stylebar_spec.js/style_sidebar_context_menu.png b/cypress_test/integration_tests/snapshots/base/integration_tests/desktop/writer4/stylebar_spec.js/style_sidebar_context_menu.png
similarity index 100%
rename from cypress_test/integration_tests/snapshots/base/integration_tests/desktop/writer/stylebar_spec.js/style_sidebar_context_menu.png
rename to cypress_test/integration_tests/snapshots/base/integration_tests/desktop/writer4/stylebar_spec.js/style_sidebar_context_menu.png