loleaflet/src/control/Control.MobileWizard.js |    3 ---
 1 file changed, 3 deletions(-)

New commits:
commit 88e2de28d23cf6f7929eaa5413bfb6e321dca747
Author:     Tamás Zolnai <tamas.zol...@collabora.com>
AuthorDate: Mon May 25 11:22:15 2020 +0200
Commit:     Tamás Zolnai <tamas.zol...@collabora.com>
CommitDate: Mon May 25 11:42:51 2020 +0200

    cypress: this is not needed anymore.
    
    The problem was with the retriabiltiy of
    cy.get().contains() chain.
    
    Change-Id: I086b6667eb68c86254ca38a9033a75cd5e340a93
    Reviewed-on: https://gerrit.libreoffice.org/c/online/+/94777
    Tested-by: Jenkins CollaboraOffice <jenkinscollaboraoff...@gmail.com>
    Reviewed-by: Tamás Zolnai <tamas.zol...@collabora.com>

diff --git a/loleaflet/src/control/Control.MobileWizard.js 
b/loleaflet/src/control/Control.MobileWizard.js
index b9623eab5..1199c4566 100644
--- a/loleaflet/src/control/Control.MobileWizard.js
+++ b/loleaflet/src/control/Control.MobileWizard.js
@@ -164,9 +164,6 @@ L.Control.MobileWizard = L.Control.extend({
 
        goLevelDown: function(contentToShow, options) {
                var animate = (options && options.animate != undefined) ? 
options.animate : true;
-               // Animation fools cypress tests.
-               if (L.Browser.cypressTest)
-                       animate = false;
 
                if (!this._isTabMode || this._currentDepth > 0)
                        this.backButton.removeClass('close-button');
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to