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 <zolnaitamas2...@gmail.com>
AuthorDate: Wed Mar 25 17:56:12 2020 +0100
Commit:     Tamás Zolnai <tamas.zol...@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 <jenkinscollaboraoff...@gmail.com>
    Reviewed-by: Tamás Zolnai <tamas.zol...@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() {
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to