[Libreoffice-commits] online.git: loleaflet/src
Tamás Zolnai (via logerrit)
logerrit at kemper.freedesktop.org
Mon May 25 09:43:10 UTC 2020
loleaflet/src/control/Control.MobileWizard.js | 3 ---
1 file changed, 3 deletions(-)
New commits:
commit 88e2de28d23cf6f7929eaa5413bfb6e321dca747
Author: Tamás Zolnai <tamas.zolnai at collabora.com>
AuthorDate: Mon May 25 11:22:15 2020 +0200
Commit: Tamás Zolnai <tamas.zolnai at 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 <jenkinscollaboraoffice at gmail.com>
Reviewed-by: Tamás Zolnai <tamas.zolnai at 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');
More information about the Libreoffice-commits
mailing list