]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
mgr/dashboard: Add implicit wait in e2e tests 26384/head
authorTiago Melo <tmelo@suse.com>
Tue, 12 Feb 2019 13:32:48 +0000 (13:32 +0000)
committerTiago Melo <tmelo@suse.com>
Tue, 12 Feb 2019 22:55:41 +0000 (22:55 +0000)
Fixes: https://tracker.ceph.com/issues/38269
Signed-off-by: Tiago Melo <tmelo@suse.com>
src/pybind/mgr/dashboard/frontend/protractor.conf.js

index ae047de8bb5419612bae545ab33a17410a19d7d3..5bfc7ce720eb75d68b08d1c1291fef2dfc3c5175 100644 (file)
@@ -29,6 +29,8 @@ exports.config = {
     }
   },
   onPrepare() {
+    browser.manage().timeouts().implicitlyWait(360000);
+
     require('ts-node').register({
       project: 'e2e/tsconfig.e2e.json'
     });