mirror of
https://github.com/ceph/ceph
synced 2025-01-11 05:29:51 +00:00
Merge pull request #26384 from tspmelo/wip-e2e-login
mgr/dashboard: Add implicit wait in e2e tests Reviewed-by: Laura Paduano <lpaduano@suse.com>
This commit is contained in:
commit
446b856328
@ -29,6 +29,8 @@ exports.config = {
|
||||
}
|
||||
},
|
||||
onPrepare() {
|
||||
browser.manage().timeouts().implicitlyWait(360000);
|
||||
|
||||
require('ts-node').register({
|
||||
project: 'e2e/tsconfig.e2e.json'
|
||||
});
|
||||
|
Loading…
Reference in New Issue
Block a user