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:
Lenz Grimmer 2019-02-13 11:06:44 +01:00 committed by GitHub
commit 446b856328
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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