summaryrefslogtreecommitdiffstats
path: root/cypress_test/integration_tests/desktop/calc
diff options
context:
space:
mode:
authorGökay Şatır <gokaysatir@gmail.com>2023-05-04 11:28:56 +0300
committerGökay ŞATIR <gokaysatir@gmail.com>2023-05-05 07:07:14 +0300
commit8e8e644d55c86c81b4f17b0a6c981b9d7f0f7444 (patch)
tree9e556a88a3127ef7868706be35e40ae7fb8f81ec /cypress_test/integration_tests/desktop/calc
parentAdd multiuser tags for relevant tests. (diff)
downloadonline-8e8e644d55c86c81b4f17b0a6c981b9d7f0f7444.tar.gz
online-8e8e644d55c86c81b4f17b0a6c981b9d7f0f7444.zip
Add nextcloud, notebookbar and screenshot tags to relevant files.
Signed-off-by: Gökay Şatır <gokaysatir@gmail.com> Change-Id: I1b3c1f586d4e030ed02310a57788a7ed40765dde
Diffstat (limited to 'cypress_test/integration_tests/desktop/calc')
-rw-r--r--cypress_test/integration_tests/desktop/calc/annotation_spec.js2
-rw-r--r--cypress_test/integration_tests/desktop/calc/autofilter_spec.js2
-rw-r--r--cypress_test/integration_tests/desktop/calc/bottom_bar_spec.js2
-rw-r--r--cypress_test/integration_tests/desktop/calc/cell_appearance_spec.js2
-rw-r--r--cypress_test/integration_tests/desktop/calc/delete_objects_spec.js2
-rw-r--r--cypress_test/integration_tests/desktop/calc/help_dialog_update_spec.js2
-rw-r--r--cypress_test/integration_tests/desktop/calc/image_operation_spec.js2
-rw-r--r--cypress_test/integration_tests/desktop/calc/macro_spec.js2
-rw-r--r--cypress_test/integration_tests/desktop/calc/open_different_file_types_spec.js2
-rw-r--r--cypress_test/integration_tests/desktop/calc/row_column_operation_spec.js2
-rw-r--r--cypress_test/integration_tests/desktop/calc/scrolling_spec.js2
-rw-r--r--cypress_test/integration_tests/desktop/calc/searchbar_spec.js2
-rw-r--r--cypress_test/integration_tests/desktop/calc/sheet_operation_spec.js2
-rw-r--r--cypress_test/integration_tests/desktop/calc/sidebar_dialog_image_caching_spec.js2
-rw-r--r--cypress_test/integration_tests/desktop/calc/statusbar_spec.js2
-rw-r--r--cypress_test/integration_tests/desktop/calc/undo_redo_spec.js2
16 files changed, 16 insertions, 16 deletions
diff --git a/cypress_test/integration_tests/desktop/calc/annotation_spec.js b/cypress_test/integration_tests/desktop/calc/annotation_spec.js
index e173bfa1d5..2fc367c984 100644
--- a/cypress_test/integration_tests/desktop/calc/annotation_spec.js
+++ b/cypress_test/integration_tests/desktop/calc/annotation_spec.js
@@ -3,7 +3,7 @@
var helper = require('../../common/helper');
var { insertMultipleComment } = require('../../common/desktop_helper');
-describe(['tagdesktop'], 'Annotation Tests', function() {
+describe(['tagnotebookbar'], 'Annotation Tests', function() {
var origTestFileName = 'annotation.ods';
var testFileName;
diff --git a/cypress_test/integration_tests/desktop/calc/autofilter_spec.js b/cypress_test/integration_tests/desktop/calc/autofilter_spec.js
index f196643857..6498f9711a 100644
--- a/cypress_test/integration_tests/desktop/calc/autofilter_spec.js
+++ b/cypress_test/integration_tests/desktop/calc/autofilter_spec.js
@@ -3,7 +3,7 @@
var helper = require('../../common/helper');
var calcHelper = require('../../common/calc_helper');
-describe(['tagdesktop'], 'AutoFilter', function() {
+describe(['tagdesktop', 'tagnextcloud', 'tagproxy'], 'AutoFilter', function() {
var origTestFileName = 'autofilter.ods';
var testFileName;
diff --git a/cypress_test/integration_tests/desktop/calc/bottom_bar_spec.js b/cypress_test/integration_tests/desktop/calc/bottom_bar_spec.js
index 12e250eb5b..8e170cf279 100644
--- a/cypress_test/integration_tests/desktop/calc/bottom_bar_spec.js
+++ b/cypress_test/integration_tests/desktop/calc/bottom_bar_spec.js
@@ -4,7 +4,7 @@ var helper = require('../../common/helper');
var calcHelper = require('../../common/calc_helper');
var desktophelper = require('../../common/desktop_helper');
-describe(['tagdesktop'], 'Calc bottom bar tests.', function() {
+describe(['tagdesktop', 'tagnextcloud', 'tagproxy'], 'Calc bottom bar tests.', function() {
var origTestFileName = 'BottomBar.ods';
var testFileName;
diff --git a/cypress_test/integration_tests/desktop/calc/cell_appearance_spec.js b/cypress_test/integration_tests/desktop/calc/cell_appearance_spec.js
index 80bdf620f8..f4121e514c 100644
--- a/cypress_test/integration_tests/desktop/calc/cell_appearance_spec.js
+++ b/cypress_test/integration_tests/desktop/calc/cell_appearance_spec.js
@@ -4,7 +4,7 @@ var helper = require('../../common/helper');
var calcHelper = require('../../common/calc_helper');
var desktopHelper = require('../../common/desktop_helper');
-describe(['tagdesktop'], 'Change cell appearance.', function() {
+describe(['tagnotebookbar'], 'Change cell appearance.', function() {
var origTestFileName = 'cell_appearance.ods';
var testFileName;
diff --git a/cypress_test/integration_tests/desktop/calc/delete_objects_spec.js b/cypress_test/integration_tests/desktop/calc/delete_objects_spec.js
index aa501b192c..39806b01f1 100644
--- a/cypress_test/integration_tests/desktop/calc/delete_objects_spec.js
+++ b/cypress_test/integration_tests/desktop/calc/delete_objects_spec.js
@@ -2,7 +2,7 @@
var helper = require('../../common/helper');
-describe(['tagdesktop'], 'Delete Objects', function() {
+describe(['tagdesktop', 'tagnextcloud', 'tagproxy'], 'Delete Objects', function() {
var origTestFileName = 'delete_objects.ods';
var testFileName;
diff --git a/cypress_test/integration_tests/desktop/calc/help_dialog_update_spec.js b/cypress_test/integration_tests/desktop/calc/help_dialog_update_spec.js
index cb7833ac70..9cd4b26a0d 100644
--- a/cypress_test/integration_tests/desktop/calc/help_dialog_update_spec.js
+++ b/cypress_test/integration_tests/desktop/calc/help_dialog_update_spec.js
@@ -8,7 +8,7 @@
var helper = require('../../common/helper');
var calcHelper = require('../../common/calc_helper');
-describe(['tagdesktop'], 'Help dialog update', function() {
+describe(['tagscreenshot'], 'Help dialog update', function() {
var testFileName = 'help_dialog.ods';
beforeEach(function() {
diff --git a/cypress_test/integration_tests/desktop/calc/image_operation_spec.js b/cypress_test/integration_tests/desktop/calc/image_operation_spec.js
index 0f0e213844..3437924f8f 100644
--- a/cypress_test/integration_tests/desktop/calc/image_operation_spec.js
+++ b/cypress_test/integration_tests/desktop/calc/image_operation_spec.js
@@ -3,7 +3,7 @@
var helper = require('../../common/helper');
var { insertImage, deleteImage, assertImageSize } = require('../../common/desktop_helper');
-describe(['tagdesktop'], 'Image Operation Tests', function() {
+describe(['tagnotebookbar'], 'Image Operation Tests', function() {
var origTestFileName = 'image_operation.ods';
var testFileName;
diff --git a/cypress_test/integration_tests/desktop/calc/macro_spec.js b/cypress_test/integration_tests/desktop/calc/macro_spec.js
index 16ac09d3b4..2dca1add36 100644
--- a/cypress_test/integration_tests/desktop/calc/macro_spec.js
+++ b/cypress_test/integration_tests/desktop/calc/macro_spec.js
@@ -3,7 +3,7 @@
var helper = require('../../common/helper');
var calcHelper = require('../../common/calc_helper');
-describe(['tagdesktop'], 'macro dialog tests', function() {
+describe(['tagdesktop', 'tagproxy'], 'macro dialog tests', function() {
var testFileName = 'macro.ods';
function acceptMacroExecution() {
diff --git a/cypress_test/integration_tests/desktop/calc/open_different_file_types_spec.js b/cypress_test/integration_tests/desktop/calc/open_different_file_types_spec.js
index b5dcc1944e..d96b9f6e34 100644
--- a/cypress_test/integration_tests/desktop/calc/open_different_file_types_spec.js
+++ b/cypress_test/integration_tests/desktop/calc/open_different_file_types_spec.js
@@ -3,7 +3,7 @@ var helper = require('../../common/helper');
var calcHelper = require('../../common/calc_helper');
const { insertImage } = require('../../common/desktop_helper');
-describe(['tagdesktop'], 'Open different file types', function () {
+describe(['tagdesktop', 'tagnextcloud', 'tagproxy'], 'Open different file types', function () {
var testFileName = '';
diff --git a/cypress_test/integration_tests/desktop/calc/row_column_operation_spec.js b/cypress_test/integration_tests/desktop/calc/row_column_operation_spec.js
index ae1d546e43..eded3f5efe 100644
--- a/cypress_test/integration_tests/desktop/calc/row_column_operation_spec.js
+++ b/cypress_test/integration_tests/desktop/calc/row_column_operation_spec.js
@@ -3,7 +3,7 @@ var helper = require('../../common/helper');
var calcHelper = require('../../common/calc_helper');
var mode = Cypress.env('USER_INTERFACE');
-describe(['tagdesktop'], 'Row Column Operation', function() {
+describe(['tagnotebookbar'], 'Row Column Operation', function() {
var testFileName = 'row_column_operation.ods';
beforeEach(function() {
diff --git a/cypress_test/integration_tests/desktop/calc/scrolling_spec.js b/cypress_test/integration_tests/desktop/calc/scrolling_spec.js
index 0311e1bcf9..64160e522e 100644
--- a/cypress_test/integration_tests/desktop/calc/scrolling_spec.js
+++ b/cypress_test/integration_tests/desktop/calc/scrolling_spec.js
@@ -3,7 +3,7 @@
var helper = require('../../common/helper');
var desktopHelper = require('../../common/desktop_helper');
-describe(['tagdesktop'], 'Scroll through document', function() {
+describe(['tagdesktop', 'tagnextcloud', 'tagproxy'], 'Scroll through document', function() {
var testFileName = 'scrolling.ods';
beforeEach(function() {
diff --git a/cypress_test/integration_tests/desktop/calc/searchbar_spec.js b/cypress_test/integration_tests/desktop/calc/searchbar_spec.js
index 4bbce04a70..2d766a6c33 100644
--- a/cypress_test/integration_tests/desktop/calc/searchbar_spec.js
+++ b/cypress_test/integration_tests/desktop/calc/searchbar_spec.js
@@ -3,7 +3,7 @@
var helper = require('../../common/helper');
var searchHelper = require('../../common/search_helper');
-describe(['tagdesktop'], 'Searching via search bar.', function() {
+describe(['tagdesktop', 'tagnextcloud', 'tagproxy'], 'Searching via search bar.', function() {
var origTestFileName = 'search_bar.ods';
var testFileName;
diff --git a/cypress_test/integration_tests/desktop/calc/sheet_operation_spec.js b/cypress_test/integration_tests/desktop/calc/sheet_operation_spec.js
index 7a524c9dbe..681a0a891a 100644
--- a/cypress_test/integration_tests/desktop/calc/sheet_operation_spec.js
+++ b/cypress_test/integration_tests/desktop/calc/sheet_operation_spec.js
@@ -3,7 +3,7 @@
var helper = require('../../common/helper');
var calcHelper = require('../../common/calc_helper');
-describe(['tagdesktop'], 'Sheet Operations.', function () {
+describe(['tagdesktop', 'tagnextcloud', 'tagproxy'], 'Sheet Operations.', function () {
var origTestFileName = 'sheet_operation.ods';
var testFileName;
diff --git a/cypress_test/integration_tests/desktop/calc/sidebar_dialog_image_caching_spec.js b/cypress_test/integration_tests/desktop/calc/sidebar_dialog_image_caching_spec.js
index 92ae688aa0..a4008714e9 100644
--- a/cypress_test/integration_tests/desktop/calc/sidebar_dialog_image_caching_spec.js
+++ b/cypress_test/integration_tests/desktop/calc/sidebar_dialog_image_caching_spec.js
@@ -2,7 +2,7 @@
var helper = require('../../common/helper');
-describe(['tagdesktop'], 'Calc sidebar dialog image caching', function() {
+describe(['tagdesktop', 'tagnextcloud', 'tagproxy'], 'Calc sidebar dialog image caching', function() {
var origTestFileName = 'many-sizes.ods';
var testFileName;
diff --git a/cypress_test/integration_tests/desktop/calc/statusbar_spec.js b/cypress_test/integration_tests/desktop/calc/statusbar_spec.js
index bd06b38263..02d3e1326b 100644
--- a/cypress_test/integration_tests/desktop/calc/statusbar_spec.js
+++ b/cypress_test/integration_tests/desktop/calc/statusbar_spec.js
@@ -4,7 +4,7 @@ var helper = require('../../common/helper');
var desktopHelper = require('../../common/desktop_helper');
var calcHelper = require('../../common/calc_helper');
-describe(['tagdesktop'], 'Statubar tests.', function() {
+describe(['tagdesktop', 'tagnextcloud', 'tagproxy'], 'Statubar tests.', function() {
var origTestFileName = 'statusbar.ods';
var testFileName;
diff --git a/cypress_test/integration_tests/desktop/calc/undo_redo_spec.js b/cypress_test/integration_tests/desktop/calc/undo_redo_spec.js
index fbf69d905b..7e0d644df6 100644
--- a/cypress_test/integration_tests/desktop/calc/undo_redo_spec.js
+++ b/cypress_test/integration_tests/desktop/calc/undo_redo_spec.js
@@ -4,7 +4,7 @@ var helper = require('../../common/helper');
var calcHelper = require('../../common/calc_helper');
var repairHelper = require('../../common/repair_document_helper');
-describe(['tagdesktop'], 'Editing Operations', function() {
+describe(['tagdesktop', 'tagnextcloud', 'tagproxy'], 'Editing Operations', function() {
var testFileName = 'undo_redo.ods';
beforeEach(function() {