From 53e887d193c5361c4152dcee55a1a43271c518f8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tam=C3=A1s=20Zolnai?= Date: Fri, 15 May 2020 15:41:50 +0200 Subject: [PATCH] cypress: enable some more tests. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: I9e6e03e8fb082cfbb942b5af9a33e5b0a0037770 Reviewed-on: https://gerrit.libreoffice.org/c/online/+/94311 Tested-by: Jenkins CollaboraOffice Reviewed-by: Tamás Zolnai --- .../mobile/calc/alignment_options_spec.js | 8 +------- .../mobile/writer/shape_properties_spec.js | 2 +- 2 files changed, 2 insertions(+), 8 deletions(-) diff --git a/cypress_test/integration_tests/mobile/calc/alignment_options_spec.js b/cypress_test/integration_tests/mobile/calc/alignment_options_spec.js index a3b5c0165..6d854372d 100644 --- a/cypress_test/integration_tests/mobile/calc/alignment_options_spec.js +++ b/cypress_test/integration_tests/mobile/calc/alignment_options_spec.js @@ -219,8 +219,7 @@ describe('Change alignment settings.', function() { }); }); - it.skip('Change text indent via input field.', function() { - // TODO: this fails, because the input field always becomes disabled. + it('Change text indent via input field.', function() { helper.initAliasToNegative('originalTextPos'); getTextPosForFirstCell(); @@ -233,11 +232,6 @@ describe('Change alignment settings.', function() { openAlignmentPaneForFirstCell(); // TODO: First we need to increase indent to make the input enabled - cy.get('#IncrementIndent') - .click(); - - cy.wait(300); - cy.get('#IncrementIndent') .click(); diff --git a/cypress_test/integration_tests/mobile/writer/shape_properties_spec.js b/cypress_test/integration_tests/mobile/writer/shape_properties_spec.js index d54869074..5ed397d1d 100644 --- a/cypress_test/integration_tests/mobile/writer/shape_properties_spec.js +++ b/cypress_test/integration_tests/mobile/writer/shape_properties_spec.js @@ -113,7 +113,7 @@ describe('Change shape properties via mobile wizard.', function() { .should('have.attr', 'd', 'M 1965,4863 L 7957,18073 1965,18073 1965,4863 1965,4863 Z'); }); - it.skip('Change size with keep ratio enabled.', function() { + it('Change size with keep ratio enabled.', function() { // TODO: Entering a value inside the spinbutton has no effect on the shape. if (Cypress.env('LO_CORE_VERSION') === 'master') return;