[Libreoffice-commits] online.git: cypress_test/integration_tests
Tamás Zolnai (via logerrit)
logerrit at kemper.freedesktop.org
Sat Jul 4 07:51:53 UTC 2020
cypress_test/integration_tests/mobile/writer/shape_properties_spec.js | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit dbe763ff76af71707f3732104f9d86c199d069d5
Author: Tamás Zolnai <tamas.zolnai at collabora.com>
AuthorDate: Sat Jul 4 09:27:57 2020 +0200
Commit: Tamás Zolnai <tamas.zolnai at collabora.com>
CommitDate: Sat Jul 4 09:51:34 2020 +0200
cypress: disable unstable test.
Change-Id: I4132e5133e209504f19877cf24a9f11bf25bedf8
Reviewed-on: https://gerrit.libreoffice.org/c/online/+/97934
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 33ee95f7f..29ee9c069 100644
--- a/cypress_test/integration_tests/mobile/writer/shape_properties_spec.js
+++ b/cypress_test/integration_tests/mobile/writer/shape_properties_spec.js
@@ -219,7 +219,7 @@ describe('Change shape properties via mobile wizard.', function() {
.should('have.length.greaterThan', 12);
});
- it('Change line width', function() {
+ it.skip('Change line width', function() {
openLinePropertyPanel();
cy.get('#linewidth .spinfield')
More information about the Libreoffice-commits
mailing list