summaryrefslogtreecommitdiffstats
path: root/cypress_test/integration_tests/desktop/writer
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/writer
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/writer')
-rw-r--r--cypress_test/integration_tests/desktop/writer/annotation_spec.js4
-rw-r--r--cypress_test/integration_tests/desktop/writer/complex_image_operation_spec.js2
-rw-r--r--cypress_test/integration_tests/desktop/writer/copy_paste_spec.js2
-rw-r--r--cypress_test/integration_tests/desktop/writer/file_properties_spec.js2
-rw-r--r--cypress_test/integration_tests/desktop/writer/focus_spec.js2
-rw-r--r--cypress_test/integration_tests/desktop/writer/form_field_spec.js2
-rw-r--r--cypress_test/integration_tests/desktop/writer/help_dialog_update_spec.js2
-rw-r--r--cypress_test/integration_tests/desktop/writer/image_operation_spec.js2
-rw-r--r--cypress_test/integration_tests/desktop/writer/open_different_file_types_spec.js2
-rw-r--r--cypress_test/integration_tests/desktop/writer/scrolling_spec.js2
-rw-r--r--cypress_test/integration_tests/desktop/writer/searchbar_spec.js2
-rw-r--r--cypress_test/integration_tests/desktop/writer/statusbar_spec.js2
-rw-r--r--cypress_test/integration_tests/desktop/writer/table_operation_spec.js2
-rw-r--r--cypress_test/integration_tests/desktop/writer/top_toolbar_spec.js2
-rw-r--r--cypress_test/integration_tests/desktop/writer/track_changes_spec.js2
-rw-r--r--cypress_test/integration_tests/desktop/writer/undo_redo_spec.js2
16 files changed, 17 insertions, 17 deletions
diff --git a/cypress_test/integration_tests/desktop/writer/annotation_spec.js b/cypress_test/integration_tests/desktop/writer/annotation_spec.js
index 1943b50056..6417241fae 100644
--- a/cypress_test/integration_tests/desktop/writer/annotation_spec.js
+++ b/cypress_test/integration_tests/desktop/writer/annotation_spec.js
@@ -3,7 +3,7 @@
var helper = require('../../common/helper');
var { insertMultipleComment, hideSidebar, selectZoomLevel } = require('../../common/desktop_helper');
-describe(['tagdesktop'], 'Annotation Tests', function() {
+describe(['tagnotebookbar'], 'Annotation Tests', function() {
var origTestFileName = 'annotation.odt';
var testFileName;
@@ -69,7 +69,7 @@ describe(['tagdesktop'], 'Annotation Tests', function() {
});
-describe(['tagdesktop'], 'Collapsed Annotation Tests', function() {
+describe(['tagnotebookbar'], 'Collapsed Annotation Tests', function() {
var testFileName = 'annotation.odt';
beforeEach(function() {
diff --git a/cypress_test/integration_tests/desktop/writer/complex_image_operation_spec.js b/cypress_test/integration_tests/desktop/writer/complex_image_operation_spec.js
index 8aa2ce9091..69fcd69213 100644
--- a/cypress_test/integration_tests/desktop/writer/complex_image_operation_spec.js
+++ b/cypress_test/integration_tests/desktop/writer/complex_image_operation_spec.js
@@ -2,7 +2,7 @@
var helper = require('../../common/helper');
-describe(['tagdesktop'], 'Complex image operation test', function() {
+describe(['tagdesktop', 'tagnextcloud', 'tagproxy'], 'Complex image operation test', function() {
var origTestFileName = 'complex_image_operation.odt';
var testFileName;
diff --git a/cypress_test/integration_tests/desktop/writer/copy_paste_spec.js b/cypress_test/integration_tests/desktop/writer/copy_paste_spec.js
index 8e6d0a2603..3aed96dc8c 100644
--- a/cypress_test/integration_tests/desktop/writer/copy_paste_spec.js
+++ b/cypress_test/integration_tests/desktop/writer/copy_paste_spec.js
@@ -2,7 +2,7 @@
var helper = require('../../common/helper');
-describe(['tagdesktop'], 'Clipboard operations.', function() {
+describe(['tagdesktop', 'tagnextcloud', 'tagproxy'], 'Clipboard operations.', function() {
var origTestFileName = 'copy_paste.odt';
var testFileName;
diff --git a/cypress_test/integration_tests/desktop/writer/file_properties_spec.js b/cypress_test/integration_tests/desktop/writer/file_properties_spec.js
index 4d66395bbd..ff062b7f2e 100644
--- a/cypress_test/integration_tests/desktop/writer/file_properties_spec.js
+++ b/cypress_test/integration_tests/desktop/writer/file_properties_spec.js
@@ -3,7 +3,7 @@
var helper = require('../../common/helper');
var writerHelper = require('../../common/writer_helper');
-describe(['tagdesktop'], 'File Property Tests', function() {
+describe(['tagdesktop', 'tagnextcloud', 'tagproxy'], 'File Property Tests', function() {
var origTestFileName = 'file_properties.odt';
var testFileName;
diff --git a/cypress_test/integration_tests/desktop/writer/focus_spec.js b/cypress_test/integration_tests/desktop/writer/focus_spec.js
index 9a844ab92b..7733f31b35 100644
--- a/cypress_test/integration_tests/desktop/writer/focus_spec.js
+++ b/cypress_test/integration_tests/desktop/writer/focus_spec.js
@@ -2,7 +2,7 @@
var helper = require('../../common/helper');
-describe(['tagdesktop'], 'Focus tests', function() {
+describe(['tagdesktop', 'tagproxy'], 'Focus tests', function() {
var origTestFileName = 'focus.odt';
var testFileName;
diff --git a/cypress_test/integration_tests/desktop/writer/form_field_spec.js b/cypress_test/integration_tests/desktop/writer/form_field_spec.js
index 7c3de1fd75..990dd52476 100644
--- a/cypress_test/integration_tests/desktop/writer/form_field_spec.js
+++ b/cypress_test/integration_tests/desktop/writer/form_field_spec.js
@@ -3,7 +3,7 @@
var helper = require('../../common/helper');
var desktopHelper = require('../../common/desktop_helper');
-describe(['tagdesktop'], 'Form field button tests.', function() {
+describe(['tagdesktop', 'tagnextcloud', 'tagproxy'], 'Form field button tests.', function() {
var testFileName = 'shape_operations.odt';
function before(fileName) {
diff --git a/cypress_test/integration_tests/desktop/writer/help_dialog_update_spec.js b/cypress_test/integration_tests/desktop/writer/help_dialog_update_spec.js
index 502566425c..4b7cc05b21 100644
--- a/cypress_test/integration_tests/desktop/writer/help_dialog_update_spec.js
+++ b/cypress_test/integration_tests/desktop/writer/help_dialog_update_spec.js
@@ -8,7 +8,7 @@
const { hideSidebar } = require('../../common/desktop_helper');
var helper = require('../../common/helper');
-describe(['tagdesktop'], 'Help dialog screenshot updation', function() {
+describe(['tagscreenshot'], 'Help dialog screenshot updation', function() {
var testFileName = 'help_dialog.odt';
beforeEach(function() {
diff --git a/cypress_test/integration_tests/desktop/writer/image_operation_spec.js b/cypress_test/integration_tests/desktop/writer/image_operation_spec.js
index 28b6951a83..f2038e4166 100644
--- a/cypress_test/integration_tests/desktop/writer/image_operation_spec.js
+++ b/cypress_test/integration_tests/desktop/writer/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.odt';
var testFileName;
diff --git a/cypress_test/integration_tests/desktop/writer/open_different_file_types_spec.js b/cypress_test/integration_tests/desktop/writer/open_different_file_types_spec.js
index 2cc1ab06dd..157fb4096f 100644
--- a/cypress_test/integration_tests/desktop/writer/open_different_file_types_spec.js
+++ b/cypress_test/integration_tests/desktop/writer/open_different_file_types_spec.js
@@ -2,7 +2,7 @@
const { assertImageSize, openReadOnlyFile } = require('../../common/desktop_helper');
var helper = require('../../common/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/writer/scrolling_spec.js b/cypress_test/integration_tests/desktop/writer/scrolling_spec.js
index 2df3a15f8b..e6f1ba51fc 100644
--- a/cypress_test/integration_tests/desktop/writer/scrolling_spec.js
+++ b/cypress_test/integration_tests/desktop/writer/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.odt';
beforeEach(function() {
diff --git a/cypress_test/integration_tests/desktop/writer/searchbar_spec.js b/cypress_test/integration_tests/desktop/writer/searchbar_spec.js
index 35ee3f50c8..388d123772 100644
--- a/cypress_test/integration_tests/desktop/writer/searchbar_spec.js
+++ b/cypress_test/integration_tests/desktop/writer/searchbar_spec.js
@@ -4,7 +4,7 @@ var helper = require('../../common/helper');
var searchHelper = require('../../common/search_helper');
var writerHelper = require('../../common/writer_helper');
-describe(['tagdesktop'], 'Searching via search bar' ,function() {
+describe(['tagdesktop', 'tagnextcloud', 'tagproxy'], 'Searching via search bar' ,function() {
var origTestFileName = 'search_bar.odt';
var testFileName;
diff --git a/cypress_test/integration_tests/desktop/writer/statusbar_spec.js b/cypress_test/integration_tests/desktop/writer/statusbar_spec.js
index 7c6db07e6a..c32d2e5b07 100644
--- a/cypress_test/integration_tests/desktop/writer/statusbar_spec.js
+++ b/cypress_test/integration_tests/desktop/writer/statusbar_spec.js
@@ -3,7 +3,7 @@
var helper = require('../../common/helper');
var desktopHelper = require('../../common/desktop_helper');
-describe(['tagdesktop'], 'Statubar tests.', function() {
+describe(['tagdesktop', 'tagnextcloud', 'tagproxy'], 'Statubar tests.', function() {
var origTestFileName = 'statusbar.odt';
var testFileName;
diff --git a/cypress_test/integration_tests/desktop/writer/table_operation_spec.js b/cypress_test/integration_tests/desktop/writer/table_operation_spec.js
index 2ce9c90447..33978be042 100644
--- a/cypress_test/integration_tests/desktop/writer/table_operation_spec.js
+++ b/cypress_test/integration_tests/desktop/writer/table_operation_spec.js
@@ -4,7 +4,7 @@ var helper = require('../../common/helper');
var desktopHelper = require('../../common/desktop_helper');
var mode = Cypress.env('USER_INTERFACE');
-describe(['tagdesktop'], 'Table operations', function() {
+describe(['tagnotebookbar', 'tagnextcloud', 'tagproxy'], 'Table operations', function() {
var origTestFileName = 'table_operation.odt';
var testFileName;
diff --git a/cypress_test/integration_tests/desktop/writer/top_toolbar_spec.js b/cypress_test/integration_tests/desktop/writer/top_toolbar_spec.js
index b33c726340..10b34fa79b 100644
--- a/cypress_test/integration_tests/desktop/writer/top_toolbar_spec.js
+++ b/cypress_test/integration_tests/desktop/writer/top_toolbar_spec.js
@@ -5,7 +5,7 @@ var desktopHelper = require('../../common/desktop_helper');
var writerHelper = require('../../common/writer_helper');
var mode = Cypress.env('USER_INTERFACE');
-describe(['tagdesktop'], 'Top toolbar tests.', function() {
+describe(['tagnotebookbar'], 'Top toolbar tests.', function() {
var origTestFileName = 'top_toolbar.odt';
var testFileName;
diff --git a/cypress_test/integration_tests/desktop/writer/track_changes_spec.js b/cypress_test/integration_tests/desktop/writer/track_changes_spec.js
index 02c877f7ee..21355c745b 100644
--- a/cypress_test/integration_tests/desktop/writer/track_changes_spec.js
+++ b/cypress_test/integration_tests/desktop/writer/track_changes_spec.js
@@ -2,7 +2,7 @@
var helper = require('../../common/helper');
-describe(['tagdesktop'], 'Track Changes', function () {
+describe(['tagdesktop', 'tagnextcloud', 'tagproxy'], 'Track Changes', function () {
var origTestFileName = 'track_changes.odt';
var testFileName;
diff --git a/cypress_test/integration_tests/desktop/writer/undo_redo_spec.js b/cypress_test/integration_tests/desktop/writer/undo_redo_spec.js
index 7593fd2793..ad1d3c0d3d 100644
--- a/cypress_test/integration_tests/desktop/writer/undo_redo_spec.js
+++ b/cypress_test/integration_tests/desktop/writer/undo_redo_spec.js
@@ -3,7 +3,7 @@
var helper = require('../../common/helper');
var repairHelper = require('../../common/repair_document_helper');
-describe(['tagdesktop'], 'Editing Operations', function() {
+describe(['tagdesktop', 'tagnextcloud', 'tagproxy'], 'Editing Operations', function() {
var testFileName = 'undo_redo.odt';
beforeEach(function() {