cypress_test/integration_tests/mobile/writer/shape_properties_spec.js |    3 
++-
 1 file changed, 2 insertions(+), 1 deletion(-)

New commits:
commit 649bf8545a759a46bbe96538ab79d79d62e7b792
Author:     Tamás Zolnai <tamas.zol...@collabora.com>
AuthorDate: Thu Apr 9 12:37:05 2020 +0200
Commit:     Tamás Zolnai <tamas.zol...@collabora.com>
CommitDate: Thu Apr 9 18:24:57 2020 +0200

    cypress: mobile: it seems we have some flickering on pos&size panel.
    
    Change-Id: I9347b3fefd44f8642ab151654cf063f66e2d19ad
    Reviewed-on: https://gerrit.libreoffice.org/c/online/+/91986
    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 87aa69435..2d3e8bb7c 100644
--- a/cypress_test/integration_tests/mobile/writer/shape_properties_spec.js
+++ b/cypress_test/integration_tests/mobile/writer/shape_properties_spec.js
@@ -58,9 +58,10 @@ describe('Change shape properties via mobile wizard.', 
function() {
                cy.get('#PosSizePropertyPanel')
                        .click();
 
+               // TODO: we have some aditional flickering here
                cy.get('.ui-content.level-0.mobile-wizard')
                        .should('be.visible')
-                       .wait(100);
+                       .wait(300);
        }
 
        function openLinePropertyPanel() {
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to