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

Tamás Zolnai (via logerrit) logerrit at kemper.freedesktop.org
Wed Feb 26 21:32:22 UTC 2020


 cypress_test/integration_tests/mobile/writer/apply_paragraph_properties_spec.js |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit f2a6c287d4ab49b064fef4778da7d177806b457d
Author:     Tamás Zolnai <tamas.zolnai at collabora.com>
AuthorDate: Wed Feb 26 21:48:07 2020 +0100
Commit:     Tamás Zolnai <tamas.zolnai at collabora.com>
CommitDate: Wed Feb 26 22:32:02 2020 +0100

    cypress: mobile: enable writing direction related test.
    
    Change-Id: Ia48d716d2ac2eaba0a3fbf1f2a8e4f9c084e8505
    Reviewed-on: https://gerrit.libreoffice.org/c/online/+/89600
    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/apply_paragraph_properties_spec.js b/cypress_test/integration_tests/mobile/writer/apply_paragraph_properties_spec.js
index ad809e4e3..a4628f5d4 100644
--- a/cypress_test/integration_tests/mobile/writer/apply_paragraph_properties_spec.js
+++ b/cypress_test/integration_tests/mobile/writer/apply_paragraph_properties_spec.js
@@ -99,7 +99,7 @@ describe('Apply paragraph properties.', function() {
 			.should('have.attr', 'align', 'justify');
 	});
 
-	it.skip('Change writing direction.', function() {
+	it('Change writing direction.', function() {
 		// Change writing mode
 		cy.get('#ParaRightToLeft')
 			.click();


More information about the Libreoffice-commits mailing list