cypress_test/integration_tests/mobile/writer/shape_properties_spec.js |    2 +-
 cypress_test/integration_tests/mobile/writer/table_properties_spec.js |    6 
++----
 2 files changed, 3 insertions(+), 5 deletions(-)

New commits:
commit ef2304b8e003890aa0a47f8090489c826b840ada
Author:     Tamás Zolnai <tamas.zol...@collabora.com>
AuthorDate: Thu May 14 19:21:51 2020 +0200
Commit:     Tamás Zolnai <tamas.zol...@collabora.com>
CommitDate: Fri May 15 11:05:01 2020 +0200

    cypress: reenable fixed test cases.
    
    Change-Id: I5820c8ea314b1c9292e69bab3c147fe2e9e77945
    Reviewed-on: https://gerrit.libreoffice.org/c/online/+/94252
    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/shape_properties_spec.js 
b/cypress_test/integration_tests/mobile/writer/shape_properties_spec.js
index d111f59b1..d54869074 100644
--- a/cypress_test/integration_tests/mobile/writer/shape_properties_spec.js
+++ b/cypress_test/integration_tests/mobile/writer/shape_properties_spec.js
@@ -211,7 +211,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;
diff --git 
a/cypress_test/integration_tests/mobile/writer/table_properties_spec.js 
b/cypress_test/integration_tests/mobile/writer/table_properties_spec.js
index e979b226f..28a792330 100644
--- a/cypress_test/integration_tests/mobile/writer/table_properties_spec.js
+++ b/cypress_test/integration_tests/mobile/writer/table_properties_spec.js
@@ -284,8 +284,7 @@ describe('Change table properties / layout via mobile 
wizard.', function() {
                helper.afterAll('table_properties.odt');
        });
 
-       // Regression here: we can't enter value directly into the spinfield
-       it.skip('Change row height.', function() {
+       it('Change row height.', function() {
                // TODO: Select all does not work with core/master
                // Table panel layout is also broken
                if (Cypress.env('LO_CORE_VERSION') === 'master')
@@ -315,8 +314,7 @@ describe('Change table properties / layout via mobile 
wizard.', function() {
                helper.afterAll('table_properties.odt');
        });
 
-       // Regression here: we can't enter value directly into the spinfield
-       it.skip('Change column width.', function() {
+       it('Change column width.', function() {
                // TODO: Select all does not work with core/master
                // Table panel layout is also broken
                if (Cypress.env('LO_CORE_VERSION') === 'master')
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to