summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTamás Zolnai <tamas.zolnai@collabora.com>2020-09-29 15:03:09 +0200
committerTamás Zolnai <tamas.zolnai@collabora.com>2020-09-29 18:52:36 +0200
commite99afd6ce549df6d489e3c352756e246c2fcf251 (patch)
tree3f35d8045867d94860cf89db2cfb3b660e6decda
parent54dde3108e80fdf2c3118dc066027091e0465214 (diff)
cypress: enable some table related tests.
Change-Id: I48b27d1ae042d03feef71c550cc0fdef8459e201 Reviewed-on: https://gerrit.libreoffice.org/c/online/+/103624 Tested-by: Jenkins CollaboraOffice <jenkinscollaboraoffice@gmail.com> Reviewed-by: Tamás Zolnai <tamas.zolnai@collabora.com>
-rw-r--r--cypress_test/integration_tests/mobile/writer/table_properties_spec.js4
1 files changed, 2 insertions, 2 deletions
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();