[Libreoffice-commits] online.git: 2 commits - cypress_test/integration_tests cypress_test/package.json
Tamás Zolnai (via logerrit)
logerrit at kemper.freedesktop.org
Thu Jul 9 14:36:52 UTC 2020
cypress_test/integration_tests/mobile/writer/shape_properties_spec.js | 2 +-
cypress_test/package.json | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
New commits:
commit 4a8832172ea16193272a653b4ca82e31205606f7
Author: Tamás Zolnai <tamas.zolnai at collabora.com>
AuthorDate: Thu Jul 9 15:43:22 2020 +0200
Commit: Tamás Zolnai <tamas.zolnai at collabora.com>
CommitDate: Thu Jul 9 16:36:40 2020 +0200
cypress: disable this unstable test.
The height input field is sometimes just disabled.
Might be a bug in the code.
Change-Id: I1d8dd5dabb1dee33606cab764b05657f4ce9df23
Reviewed-on: https://gerrit.libreoffice.org/c/online/+/98438
Tested-by: Jenkins
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 6f5b43321..cda9b8119 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('Change size with keep ratio enabled.', function() {
+ it.skip('Change size with keep ratio enabled.', function() {
openPosSizePanel();
// Enable keep ratio
commit b48e9ec34928f4d358ebc19448d4540c6a588486
Author: Tamás Zolnai <tamas.zolnai at collabora.com>
AuthorDate: Thu Jul 9 14:23:32 2020 +0200
Commit: Tamás Zolnai <tamas.zolnai at collabora.com>
CommitDate: Thu Jul 9 16:36:33 2020 +0200
update cypress: 4.7.0 -> 4.9.0.
Change-Id: I3d1763b171d7163d7a96343f0687a2d64c61e062
Reviewed-on: https://gerrit.libreoffice.org/c/online/+/98431
Tested-by: Jenkins
Tested-by: Jenkins CollaboraOffice <jenkinscollaboraoffice at gmail.com>
Reviewed-by: Tamás Zolnai <tamas.zolnai at collabora.com>
diff --git a/cypress_test/package.json b/cypress_test/package.json
index a951edcbe..b44155035 100644
--- a/cypress_test/package.json
+++ b/cypress_test/package.json
@@ -4,7 +4,7 @@
"description": "Cypress integration test suit",
"license": "MPL-2.0",
"dependencies": {
- "cypress": "4.7.0",
+ "cypress": "4.9.0",
"cypress-failed-log": "2.7.0",
"cypress-file-upload": "4.0.7",
"cypress-select-tests": "1.5.7",
More information about the Libreoffice-commits
mailing list