From: Tiago Melo Date: Tue, 12 Feb 2019 13:32:48 +0000 (+0000) Subject: mgr/dashboard: Add implicit wait in e2e tests X-Git-Tag: v14.1.0~142^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F26384%2Fhead;p=ceph.git mgr/dashboard: Add implicit wait in e2e tests Fixes: https://tracker.ceph.com/issues/38269 Signed-off-by: Tiago Melo --- diff --git a/src/pybind/mgr/dashboard/frontend/protractor.conf.js b/src/pybind/mgr/dashboard/frontend/protractor.conf.js index ae047de8bb54..5bfc7ce720eb 100644 --- a/src/pybind/mgr/dashboard/frontend/protractor.conf.js +++ b/src/pybind/mgr/dashboard/frontend/protractor.conf.js @@ -29,6 +29,8 @@ exports.config = { } }, onPrepare() { + browser.manage().timeouts().implicitlyWait(360000); + require('ts-node').register({ project: 'e2e/tsconfig.e2e.json' });