[Libreoffice-commits] online.git: cypress_test/integration_tests
Tamás Zolnai (via logerrit)
logerrit at kemper.freedesktop.org
Fri Jul 3 12:18:14 UTC 2020
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.zolnai at collabora.com>
AuthorDate: Thu Jul 2 16:00:04 2020 +0200
Commit: Tamás Zolnai <tamas.zolnai at 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 <jenkinscollaboraoffice at gmail.com>
Reviewed-by: Tamás Zolnai <tamas.zolnai at 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.');
}
More information about the Libreoffice-commits
mailing list