cypress_test/integration_tests/mobile/calc/chart_spec.js | 2 +- cypress_test/integration_tests/mobile/writer/table_properties_spec.js | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-)
New commits: commit e99afd6ce549df6d489e3c352756e246c2fcf251 Author: Tamás Zolnai <tamas.zol...@collabora.com> AuthorDate: Tue Sep 29 15:03:09 2020 +0200 Commit: Tamás Zolnai <tamas.zol...@collabora.com> CommitDate: Tue Sep 29 18:52:36 2020 +0200 cypress: enable some table related tests. Change-Id: I48b27d1ae042d03feef71c550cc0fdef8459e201 Reviewed-on: https://gerrit.libreoffice.org/c/online/+/103624 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/table_properties_spec.js b/cypress_test/integration_tests/mobile/writer/table_properties_spec.js index 3da94fcb5..55ebc9605 100644 --- a/cypress_test/integration_tests/mobile/writer/table_properties_spec.js +++ b/cypress_test/integration_tests/mobile/writer/table_properties_spec.js @@ -211,7 +211,7 @@ describe('Change table properties / layout via mobile wizard.', function() { .should('have.length', 3); }); - it.skip('Change row height.', function() { + it('Change row height.', function() { before('table_properties.odt'); openTablePanel(); @@ -234,7 +234,7 @@ describe('Change table properties / layout via mobile wizard.', function() { .should('have.attr', 'height', '125'); }); - it.skip('Change column width.', function() { + it('Change column width.', function() { before('table_properties.odt'); openTablePanel(); commit 54dde3108e80fdf2c3118dc066027091e0465214 Author: Tamás Zolnai <tamas.zol...@collabora.com> AuthorDate: Mon Sep 28 16:51:48 2020 +0200 Commit: Tamás Zolnai <tamas.zol...@collabora.com> CommitDate: Tue Sep 29 18:52:26 2020 +0200 cypress: fix test suite name. Change-Id: I23223cc36437dfdb3e5aa3e73979874f6424a986 Reviewed-on: https://gerrit.libreoffice.org/c/online/+/103623 Tested-by: Jenkins CollaboraOffice <jenkinscollaboraoff...@gmail.com> Reviewed-by: Tamás Zolnai <tamas.zol...@collabora.com> diff --git a/cypress_test/integration_tests/mobile/calc/chart_spec.js b/cypress_test/integration_tests/mobile/calc/chart_spec.js index 9115b7557..5a78441a0 100644 --- a/cypress_test/integration_tests/mobile/calc/chart_spec.js +++ b/cypress_test/integration_tests/mobile/calc/chart_spec.js @@ -6,7 +6,7 @@ var helper = require('../../common/helper'); var mobileHelper = require('../../common/mobile_helper'); var calcMobileHelper = require('./calc_mobile_helper'); -describe('Calc insertion wizard.', function() { +describe('Chart tests.', function() { var testFileName = 'chart.ods'; beforeEach(function() { _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits