[Libreoffice-commits] online.git: cypress_test/integration_tests
Tamás Zolnai (via logerrit)
logerrit at kemper.freedesktop.org
Tue Sep 8 14:40:18 UTC 2020
cypress_test/integration_tests/mobile/writer/shape_properties_spec.js | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit b027150707a388ce4cbddca7dc8bcdd64ac345e0
Author: Tamás Zolnai <tamas.zolnai at collabora.com>
AuthorDate: Fri Sep 4 14:35:39 2020 +0200
Commit: Tamás Zolnai <tamas.zolnai at collabora.com>
CommitDate: Tue Sep 8 16:39:58 2020 +0200
cypress: disable unstable test.
Change-Id: I3358c38d11692bcd7e08aa79fd6a9e95c6509654
Reviewed-on: https://gerrit.libreoffice.org/c/online/+/102259
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 e9457a3e9..6f3748ed6 100644
--- a/cypress_test/integration_tests/mobile/writer/shape_properties_spec.js
+++ b/cypress_test/integration_tests/mobile/writer/shape_properties_spec.js
@@ -190,7 +190,7 @@ describe('Change shape properties via mobile wizard.', function() {
.should('have.attr', 'stroke', 'rgb(152,0,0)');
});
- it('Change line style', function() {
+ it.skip('Change line style', function() {
openLinePropertyPanel();
helper.clickOnIdle('#linestyle');
More information about the Libreoffice-commits
mailing list