[Libreoffice-commits] online.git: cypress_test/integration_tests
Tamás Zolnai (via logerrit)
logerrit at kemper.freedesktop.org
Tue May 19 19:09:26 UTC 2020
cypress_test/integration_tests/mobile/writer/shape_properties_spec.js | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit d07db7d74dea3abb6014dd91196f9754075cd876
Author: Tamás Zolnai <tamas.zolnai at collabora.com>
AuthorDate: Tue May 19 14:03:46 2020 +0200
Commit: Tamás Zolnai <tamas.zolnai at collabora.com>
CommitDate: Tue May 19 21:09:03 2020 +0200
cypress: this test seems to be stable now.
Change-Id: Iaa2799bfa489fd04acc4d42452915bde0c9f6528
Reviewed-on: https://gerrit.libreoffice.org/c/online/+/94530
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/shape_properties_spec.js b/cypress_test/integration_tests/mobile/writer/shape_properties_spec.js
index d54869074..5ed397d1d 100644
--- a/cypress_test/integration_tests/mobile/writer/shape_properties_spec.js
+++ b/cypress_test/integration_tests/mobile/writer/shape_properties_spec.js
@@ -113,7 +113,7 @@ describe('Change shape properties via mobile wizard.', function() {
.should('have.attr', 'd', 'M 1965,4863 L 7957,18073 1965,18073 1965,4863 1965,4863 Z');
});
- it.skip('Change size with keep ratio enabled.', function() {
+ it('Change size with keep ratio enabled.', function() {
// TODO: Entering a value inside the spinbutton has no effect on the shape.
if (Cypress.env('LO_CORE_VERSION') === 'master')
return;
More information about the Libreoffice-commits
mailing list