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

Tamás Zolnai (via logerrit) logerrit at kemper.freedesktop.org
Wed Mar 4 12:58:56 UTC 2020


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

New commits:
commit 883b28fbd5d170bec7213f60db2aac55658827a7
Author:     Tamás Zolnai <tamas.zolnai at collabora.com>
AuthorDate: Wed Mar 4 13:11:28 2020 +0100
Commit:     Tamás Zolnai <tamas.zolnai at collabora.com>
CommitDate: Wed Mar 4 13:58:33 2020 +0100

    cypress: mobile: re-enable some skipped tests.
    
    Change-Id: I4163fdba2bc0fb7bcdc4d2b33f5deff6b0857013
    Reviewed-on: https://gerrit.libreoffice.org/c/online/+/89960
    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/writer/focus_spec.js b/cypress_test/integration_tests/mobile/writer/focus_spec.js
index dce4cd646..919b25d72 100644
--- a/cypress_test/integration_tests/mobile/writer/focus_spec.js
+++ b/cypress_test/integration_tests/mobile/writer/focus_spec.js
@@ -151,7 +151,7 @@ describe('Focus tests', function() {
 			.should('be.eq', 'clipboard');
 	});
 
-	it.skip('Shape related focus.', function() {
+	it('Shape related focus.', function() {
 		// Click on edit button
 		cy.get('#mobile-edit-button').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 edca39a77..eb01e78e5 100644
--- a/cypress_test/integration_tests/mobile/writer/shape_properties_spec.js
+++ b/cypress_test/integration_tests/mobile/writer/shape_properties_spec.js
@@ -220,7 +220,7 @@ describe('Change shape properties via mobile wizard.', function() {
 			.should('have.attr', 'stroke', 'rgb(152,0,0)');
 	});
 
-	it.skip('Change line style', function() {
+	it('Change line style', function() {
 		// TODO: Layout of the line properties panel is completely broken.
 		if (Cypress.env('LO_CORE_VERSION') === 'master')
 			return;


More information about the Libreoffice-commits mailing list