cypress_test/integration_tests/common/mobile_helper.js |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 51a8dd5354f19e0abdff4af196b9794ebdefa31e
Author:     Tamás Zolnai <tamas.zol...@collabora.com>
AuthorDate: Thu Jul 2 16:00:04 2020 +0200
Commit:     Tamás Zolnai <tamas.zol...@collabora.com>
CommitDate: Fri Jul 3 14:17:56 2020 +0200

    cypress: wait more for mobile wizard to stop flickering.
    
    Change-Id: Ice1b495180377a5a8d62980532241fddd2774406
    Reviewed-on: https://gerrit.libreoffice.org/c/online/+/97843
    Tested-by: Jenkins CollaboraOffice <jenkinscollaboraoff...@gmail.com>
    Reviewed-by: Tamás Zolnai <tamas.zol...@collabora.com>

diff --git a/cypress_test/integration_tests/common/mobile_helper.js 
b/cypress_test/integration_tests/common/mobile_helper.js
index 56c790b94..054a87d41 100644
--- a/cypress_test/integration_tests/common/mobile_helper.js
+++ b/cypress_test/integration_tests/common/mobile_helper.js
@@ -118,7 +118,7 @@ function openMobileWizard() {
        // The second request is sent after a 400 ms delay
        // see _refreshSidebar() method. So let's just wait
        // until mobile wizard gets it's final state.
-       cy.wait(1000);
+       cy.wait(1500);
 
        cy.log('Opening mobile wizard - end.');
 }
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to