From 58521f42c413e82907fbcf71f9df604340ea7707 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tam=C3=A1s=20Zolnai?= Date: Fri, 10 Jul 2020 17:08:46 +0200 Subject: [PATCH] cypress: disable this unstable test. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: I4682f00e7592f6aba5ef5a1e9bdd99339416c1e0 Reviewed-on: https://gerrit.libreoffice.org/c/online/+/98536 Tested-by: Jenkins Tested-by: Jenkins CollaboraOffice Reviewed-by: Tamás Zolnai --- .../integration_tests/mobile/writer/shape_properties_spec.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 cda9b8119..01dcd3c71 100644 --- a/cypress_test/integration_tests/mobile/writer/shape_properties_spec.js +++ b/cypress_test/integration_tests/mobile/writer/shape_properties_spec.js @@ -202,7 +202,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')