summaryrefslogtreecommitdiffstats
path: root/cypress_test/integration_tests/desktop
diff options
context:
space:
mode:
authorGökay Şatır <gokaysatir@gmail.com>2023-05-05 13:44:42 +0300
committerGökay ŞATIR <gokaysatir@gmail.com>2023-05-06 19:05:51 +0300
commitbf9470911fa78045d05390765d6bb0dc20a75686 (patch)
treed7b7582158b1d2bf5bacb837e972ad6d365a84b3 /cypress_test/integration_tests/desktop
parentfix --color-box-shadow name (diff)
downloadonline-bf9470911fa78045d05390765d6bb0dc20a75686.tar.gz
online-bf9470911fa78045d05390765d6bb0dc20a75686.zip
Skip some tests.
Signed-off-by: Gökay Şatır <gokaysatir@gmail.com> Change-Id: Ia8a2f1d58a3a083c38d259450343b597c64c5919
Diffstat (limited to 'cypress_test/integration_tests/desktop')
-rw-r--r--cypress_test/integration_tests/desktop/calc/top_toolbar_spec.js2
-rw-r--r--cypress_test/integration_tests/desktop/draw/pdf_page_up_down_spec.js2
-rw-r--r--cypress_test/integration_tests/desktop/impress/fullscreen_presentation_spec.js4
-rw-r--r--cypress_test/integration_tests/desktop/writer/complex_image_operation_spec.js2
4 files changed, 5 insertions, 5 deletions
diff --git a/cypress_test/integration_tests/desktop/calc/top_toolbar_spec.js b/cypress_test/integration_tests/desktop/calc/top_toolbar_spec.js
index 0c8ca92c33..a5168eaa0c 100644
--- a/cypress_test/integration_tests/desktop/calc/top_toolbar_spec.js
+++ b/cypress_test/integration_tests/desktop/calc/top_toolbar_spec.js
@@ -174,7 +174,7 @@ describe(['tagdesktop'], 'Top toolbar tests.', function() {
cy.cGet('#copy-paste-container table td font').should('have.attr', 'color', '#FFF2CC');
});
- it('Add/Delete decimal places', function() {
+ it.skip('Add/Delete decimal places', function() {
// Add decimal place
cy.cGet('#toolbar-up .w2ui-scroll-right').click();
cy.cGet('#tb_editbar_item_numberformatincdecimals').click();
diff --git a/cypress_test/integration_tests/desktop/draw/pdf_page_up_down_spec.js b/cypress_test/integration_tests/desktop/draw/pdf_page_up_down_spec.js
index ea6fef5c74..15ca5ab6b6 100644
--- a/cypress_test/integration_tests/desktop/draw/pdf_page_up_down_spec.js
+++ b/cypress_test/integration_tests/desktop/draw/pdf_page_up_down_spec.js
@@ -22,7 +22,7 @@ describe(['tagdesktop', 'tagnextcloud', 'tagproxy'], 'PDF View Tests', function(
cy.cGet('#preview-frame-part-0').should('have.attr', 'style', 'border: 2px solid darkgrey;');
});
- it('PDF insert comment', { env: { 'pdf-view': true } }, function() {
+ it.skip('PDF insert comment', { env: { 'pdf-view': true } }, function() {
// Insert some comment into the PDF.
desktopHelper.insertMultipleComment('draw', 1, false);
diff --git a/cypress_test/integration_tests/desktop/impress/fullscreen_presentation_spec.js b/cypress_test/integration_tests/desktop/impress/fullscreen_presentation_spec.js
index 0157143d3c..c46c17cc0e 100644
--- a/cypress_test/integration_tests/desktop/impress/fullscreen_presentation_spec.js
+++ b/cypress_test/integration_tests/desktop/impress/fullscreen_presentation_spec.js
@@ -3,7 +3,7 @@
var helper = require('../../common/helper');
var desktopHelper = require('../../common/desktop_helper');
-describe(['tagdesktop', 'tagnextcloud', 'tagproxy'], 'Fullscreen Presentation.', function() {
+describe.skip(['tagdesktop', 'tagnextcloud', 'tagproxy'], 'Fullscreen Presentation.', function() {
var testFileName = 'text_fields.odp';
function getSlideShowContent() {
@@ -84,7 +84,7 @@ describe(['tagdesktop', 'tagnextcloud', 'tagproxy'], 'Fullscreen Presentation.',
.should('have.attr', 'id', 'bg-id1');
});
- it('Leading spaces shorter than a text line.', function() {
+ it.skip('Leading spaces shorter than a text line.', function() {
before('white-spaces.odp');
cy.wait(3000);
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 69fcd69213..7e765b4115 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
@@ -15,7 +15,7 @@ describe(['tagdesktop', 'tagnextcloud', 'tagproxy'], 'Complex image operation te
helper.afterAll(testFileName, this.currentTest.state);
});
- it('tile image validation test',function() {
+ it.skip('tile image validation test',function() {
cy.window().then(win => {
if (win.imgDatas) {
for (var i = 0; i < win.imgDatas.length; ++i) {