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.zol...@collabora.com>
AuthorDate: Wed Feb 26 21:48:07 2020 +0100
Commit:     Tamás Zolnai <tamas.zol...@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 <jenkinscollaboraoff...@gmail.com>
    Reviewed-by: Tamás Zolnai <tamas.zol...@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();
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to