[Libreoffice-commits] online.git: cypress_test/integration_tests

Tamás Zolnai (via logerrit) logerrit at kemper.freedesktop.org
Fri May 15 14:13:47 UTC 2020


 cypress_test/integration_tests/mobile/calc/alignment_options_spec.js  |    8 +-------
 cypress_test/integration_tests/mobile/writer/shape_properties_spec.js |    2 +-
 2 files changed, 2 insertions(+), 8 deletions(-)

New commits:
commit 53e887d193c5361c4152dcee55a1a43271c518f8
Author:     Tamás Zolnai <tamas.zolnai at collabora.com>
AuthorDate: Fri May 15 15:41:50 2020 +0200
Commit:     Tamás Zolnai <tamas.zolnai at collabora.com>
CommitDate: Fri May 15 16:13:15 2020 +0200

    cypress: enable some more tests.
    
    Change-Id: I9e6e03e8fb082cfbb942b5af9a33e5b0a0037770
    Reviewed-on: https://gerrit.libreoffice.org/c/online/+/94311
    Tested-by: Jenkins CollaboraOffice <jenkinscollaboraoffice at gmail.com>
    Reviewed-by: Tamás Zolnai <tamas.zolnai at collabora.com>

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;


More information about the Libreoffice-commits mailing list