[Libreoffice-commits] online.git: cypress_test/integration_tests
Tamás Zolnai (via logerrit)
logerrit at kemper.freedesktop.org
Wed Mar 25 22:09:21 UTC 2020
cypress_test/integration_tests/mobile/writer/shape_properties_spec.js | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 98c08b50ce7aaef3402dbbe481107bab1086b4e6
Author: Tamás Zolnai <zolnaitamas2000 at gmail.com>
AuthorDate: Wed Mar 25 17:56:12 2020 +0100
Commit: Tamás Zolnai <tamas.zolnai at collabora.com>
CommitDate: Wed Mar 25 23:09:03 2020 +0100
cypress: mobile: fix line width test in shape related test suit.
Copy+paste error.
Change-Id: I558f8d76df7cbec8c34645a02fbe1e9efbfe1f22
Reviewed-on: https://gerrit.libreoffice.org/c/online/+/91063
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 345ec9a05..b315d276d 100644
--- a/cypress_test/integration_tests/mobile/writer/shape_properties_spec.js
+++ b/cypress_test/integration_tests/mobile/writer/shape_properties_spec.js
@@ -284,7 +284,7 @@ describe('Change shape properties via mobile wizard.', function() {
triggerNewSVG();
cy.get('.leaflet-pane.leaflet-overlay-pane svg g svg g g g path[fill="none"]')
- .should('have.attr', 'stroke-width', '141');
+ .should('have.attr', 'stroke-width', '88');
});
it('Change line transparency', function() {
More information about the Libreoffice-commits
mailing list