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:04:38 +0300
committerGökay ŞATIR <gokaysatir@gmail.com>2023-05-05 07:07:14 +0300
commit9148b57ef4976a730ad0c79d9d9e87212f8a5843 (patch)
treebc37f7acb0c2b9d2d538ac6a3f689bc9eafead52 /cypress_test/integration_tests/desktop/writer
parentAdd specpattern to desktop tests. (diff)
downloadonline-9148b57ef4976a730ad0c79d9d9e87212f8a5843.tar.gz
online-9148b57ef4976a730ad0c79d9d9e87212f8a5843.zip
Add desktop tags to relevant tests.
Signed-off-by: Gökay Şatır <gokaysatir@gmail.com> Change-Id: Id0e2a335c82e253eb97e647254ef32e2a18dcd89
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 611233e8d6..1943b50056 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('Annotation Tests', function() {
+describe(['tagdesktop'], 'Annotation Tests', function() {
var origTestFileName = 'annotation.odt';
var testFileName;
@@ -69,7 +69,7 @@ describe('Annotation Tests', function() {
});
-describe('Collapsed Annotation Tests', function() {
+describe(['tagdesktop'], '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 ca53fc93b8..8aa2ce9091 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('Complex image operation test', function() {
+describe(['tagdesktop'], '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 c962e77134..8e6d0a2603 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('Clipboard operations.', function() {
+describe(['tagdesktop'], '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 52314e6c7f..4d66395bbd 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('File Property Tests', function() {
+describe(['tagdesktop'], '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 f90e37a73e..9a844ab92b 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('Focus tests', function() {
+describe(['tagdesktop'], '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 132cb66c0e..7c3de1fd75 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('Form field button tests.', function() {
+describe(['tagdesktop'], '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 a20e72b989..502566425c 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('Help dialog screenshot updation', function() {
+describe(['tagdesktop'], '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 229fa56c43..28b6951a83 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('Image Operation Tests', function() {
+describe(['tagdesktop'], '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 a79639eb55..2cc1ab06dd 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('Open different file types', function() {
+describe(['tagdesktop'], '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 21e09aca71..2df3a15f8b 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('Scroll through document', function() {
+describe(['tagdesktop'], '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 51c0387e91..35ee3f50c8 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('Searching via search bar' ,function() {
+describe(['tagdesktop'], '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 e0179fa452..7c6db07e6a 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('Statubar tests.', function() {
+describe(['tagdesktop'], '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 92ebfb0092..2ce9c90447 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('Table operations', function() {
+describe(['tagdesktop'], '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 4cc4570654..b33c726340 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('Top toolbar tests.', function() {
+describe(['tagdesktop'], '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 3a4dbf3a06..02c877f7ee 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('Track Changes', function () {
+describe(['tagdesktop'], '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 537d2293ee..7593fd2793 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('Editing Operations', function() {
+describe(['tagdesktop'], 'Editing Operations', function() {
var testFileName = 'undo_redo.odt';
beforeEach(function() {